mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
- bugfixes for loading XML and not dropping newlines
- started work on trying to save lua state (global variables only)
This commit is contained in:
@@ -37,6 +37,8 @@ private:
|
||||
string currentLuaFunction;
|
||||
bool currentLuaFunctionIsValid;
|
||||
|
||||
void DumpGlobals();
|
||||
|
||||
public:
|
||||
LuaScript();
|
||||
~LuaScript();
|
||||
|
Reference in New Issue
Block a user