Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2006, 8:23:13 PM (18 years ago)
Author:
bensch
Message:

orxonox/script_engine: moved everything into cc-files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/VirtualMachine.h

    r7653 r7654  
    2424
    2525    // Get the state of the lua stack (use the cast operator)
    26     //lua_State *GetState (void) { return luaState; }
    27     operator lua_State *(void) { return luaState; }
     26    lua_State* getState (void) const{ return luaState; }
     27    operator lua_State* (void) const { return luaState; }
    2828
    2929    static void panic (lua_State *lua);
Note: See TracChangeset for help on using the changeset viewer.