Removed STLport requirement

This commit is contained in:
Anonymous
2014-01-23 00:16:13 -07:00
parent a9ac73d4e5
commit fac1f2c5ae
173 changed files with 454 additions and 479 deletions
@@ -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 ();