Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8527 in orxonox.OLD for trunk/src/lib/util/executor/executor_lua.h


Ignore:
Timestamp:
Jun 16, 2006, 1:50:21 PM (18 years ago)
Author:
bensch
Message:

compiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/executor/executor_lua.h

    r8408 r8527  
    2222template<> const std::string& fromLua<const std::string&>(lua_State* state, int index);
    2323
    24 
    2524template<typename type> void toLua(lua_State* state, type value);
    2625template<> void toLua<bool>(lua_State* state, bool value);
Note: See TracChangeset for help on using the changeset viewer.