This commit is contained in:
DarthArgus
2016-10-02 05:37:53 +00:00
parent 3a4d2961c3
commit 8f535d0640
@@ -21,7 +21,7 @@
//@END TFD TEMPLATE REFS
#include <stdio.h>
#include <hash_map>
#include <unordered_map>
const std::string DefaultString("");
const StringId DefaultStringId("", 0);
@@ -30,7 +30,7 @@ const TriggerVolumeData DefaultTriggerVolumeData;
bool ServerObjectTemplate::ms_allowDefaultTemplateParams = true;
typedef std::hash_map<ServerObjectTemplate::XpTypes, std::string, std::hash<int> > XP_MAP;
typedef std::unordered_map<ServerObjectTemplate::XpTypes, std::string, std::hash<int> > XP_MAP;
static XP_MAP * XpMap = NULL;