mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-27 16:56:28 -04:00
Removed STLport requirement
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "sharedDebug/InstallTimer.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <hash_map>
|
||||
#include <tr1/unordered_map>
|
||||
#include <string>
|
||||
|
||||
SkillManager *SkillManager::ms_instance = NULL;
|
||||
|
||||
@@ -16,8 +16,8 @@ class DataTable;
|
||||
class SkillManager
|
||||
{
|
||||
public:
|
||||
typedef stdhash_map<std::string, SkillObject *>::fwd SkillMap;
|
||||
typedef stdhash_map<std::string, uint32>::fwd XpLimitMap;
|
||||
typedef stdunordered_map<std::string, SkillObject *>::fwd SkillMap;
|
||||
typedef stdunordered_map<std::string, uint32>::fwd XpLimitMap;
|
||||
|
||||
virtual ~SkillManager ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user