luastate.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef luastateH
00004 #define luastateH
00005 
00006 struct lua_State;
00007 
00008 class LuaState {
00009    private:
00010       lua_State *myLuaState; 
00011    public:
00012       LuaState();
00013       lua_State* get() { return myLuaState; };
00014       ~LuaState();
00015    
00016 };
00017 
00018 
00019 #endif

Generated on Mon May 21 01:26:34 2012 for Advanced Strategic Command by  doxygen 1.5.1