Add C4LangStringTable::system_string_table def'n to standalone stubs

directional-lights
Nicolas Hake 2016-10-16 20:10:41 +02:00
parent 0d6a8497fc
commit 1b32633806
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ C4Set<C4PropListNumbered *> C4PropListNumbered::PropLists;
C4Set<C4PropListScript *> C4PropListScript::PropLists;
std::vector<C4PropListNumbered *> C4PropListNumbered::ShelvedPropLists;
int32_t C4PropListNumbered::EnumerationIndex = 0;
C4LangStringTable C4LangStringTable::system_string_table;
C4StringTable Strings;
C4AulScriptEngine ScriptEngine;