Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2008, 7:01:02 PM (16 years ago)
Author:
bknecht
Message:

some changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/core/Script.h

    r1021 r1029  
    3030    void luaPrint(std::string str); // tolua_export
    3131
     32#if LUA_VERSION_NUM != 501
     33    inline const char * lua_Chunkreader(lua_State *L, void *data, size_t *size) { return NULL;};
     34#endif
     35
    3236    inline lua_State* getLuaState() { return luaState_; };
    3337    inline std::string getLuaOutput() { return output_; };
Note: See TracChangeset for help on using the changeset viewer.