mirror of
https://github.com/ProjectDreamland/area51.git
synced 2024-11-01 03:01:49 +01:00
19 lines
666 B
C++
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
|