Changeset 5655 for code/branches/resource2/src/core/Core.cc
- Timestamp:
- Aug 17, 2009, 4:41:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/core/Core.cc
r5654 r5655 78 78 #include "TclBind.h" 79 79 #include "TclThreadManager.h" 80 #include "ToluaBindCore.h"81 80 #include "input/InputManager.h" 82 81 … … 267 266 setThreadAffinity(static_cast<unsigned int>(limitToCPU)); 268 267 #endif 269 // Add tolua interface270 LuaState::addToluaInterface(&tolua_Core_open, "Core");271 268 272 269 // Manage ini files and set the default settings file (usually orxonox.ini)
Note: See TracChangeset
for help on using the changeset viewer.