- bugfixes for loading XML and not dropping newlines

- started work on trying to save lua state (global variables only)
This commit is contained in:
Mark Vejvoda
2012-03-15 20:48:27 +00:00
parent 5cd0a788d2
commit 510ee7dfff
4 changed files with 131 additions and 11 deletions

View File

@@ -37,6 +37,8 @@ private:
string currentLuaFunction;
bool currentLuaFunctionIsValid;
void DumpGlobals();
public:
LuaScript();
~LuaScript();