![]() |
Pioneer
|
#include "Lang.h"#include "FileSystem.h"#include "JsonUtils.h"#include "StringRange.h"#include "core/Log.h"#include "libs.h"#include "text/TextSupport.h"#include "utils.h"#include <map>#include <set>#include "LangStrings.inc.h"
Classes | |
| struct | Lang::init_string_helper_class |
Namespaces | |
| namespace | Lang |
Macros | |
| #define | DECLARE_STRING(x) char x[STRING_RECORD_SIZE]; |
| #define | DECLARE_STRING(x) |
Typedefs | |
| typedef std::map< std::string, const char * > | Lang::token_map |
Functions | |
| void | Lang::MakeCore (Resource &res) |
| const Resource & | Lang::GetCore () |
| Resource | Lang::GetResource (const std::string &name, const std::string &langCode) |
| #define DECLARE_STRING | ( | x | ) | char x[STRING_RECORD_SIZE]; |
| #define DECLARE_STRING | ( | x | ) |