forked from Mirror/GodMode9
6 lines
121 B
C
6 lines
121 B
C
|
#define STRING(what, def) const char *STR_##what = def;
|
||
|
#include "language.en.inl"
|
||
|
#undef STRING
|
||
|
|
||
|
// TODO read from file
|