This commit is contained in:
Glenn Maynard
2006-10-15 01:16:13 +00:00
parent 71af20fdf8
commit 7282c5668b
-1
View File
@@ -35,7 +35,6 @@ public:
void SetGlobal( const RString &sName, int val );
void SetGlobal( const RString &sName, const RString &val );
void UnsetGlobal( const RString &sName );
XNode *GetLuaInformation() const;
private:
lua_State *m_pLuaMain;