![]() |
Pioneer
|
#include "IterationProxy.h"#include <SDL_stdinc.h>#include <map>#include <string>#include <string_view>#include <vector>#include "LangStrings.inc.h"

Go to the source code of this file.
Classes | |
| class | Lang::Resource |
Namespaces | |
| namespace | Lang |
Macros | |
| #define | DECLARE_STRING(x) extern char x[]; |
Functions | |
| void | Lang::MakeCore (Resource &res) |
| const Resource & | Lang::GetCore () |
| Resource & | Lang::GetResource (std::string_view name, std::string_view langCode) |
| #define DECLARE_STRING | ( | x | ) | extern char x[]; |