Changeset 1127 for code/branches/cmake/src/core/Script.cc
- Timestamp:
- Apr 22, 2008, 1:37:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cmake/src/core/Script.cc
r1122 r1127 39 39 } 40 40 41 #include "tolua /tolua++.h"41 #include "tolua++.h" 42 42 #include "tolua/tolua_bind.h" 43 43 … … 60 60 luaopen_debug(luaState_); 61 61 #endif 62 tolua_ orxonox_open(luaState_);62 tolua_core_open(luaState_); 63 63 output_ = ""; 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.