Changeset 1029 for code/trunk/src/orxonox/core/Script.h
- Timestamp:
- Apr 11, 2008, 7:01:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/Script.h
r1021 r1029 30 30 void luaPrint(std::string str); // tolua_export 31 31 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 32 36 inline lua_State* getLuaState() { return luaState_; }; 33 37 inline std::string getLuaOutput() { return output_; };
Note: See TracChangeset
for help on using the changeset viewer.