area51/Support/Dictionary/Global_Dictionary.hpp
Andrew Sampson 431f72b93a source
2021-08-27 19:22:41 -07:00

19 lines
666 B
C++

#ifndef GLOBAL_DICTIONARY_HPP
#define GLOBAL_DICTIONARY_HPP
//=========================================================================
// CLASS
//=========================================================================
#include "Auxiliary\MiscUtils\dictionary.hpp"
//=========================================================================
// VAR
//=========================================================================
extern dictionary g_StringMgr;
extern dictionary g_TemplateStringMgr;
//=========================================================================
// END
//=========================================================================
#endif