Changeset 5654 for code/branches/resource2/src/orxonox/gamestates/GSRoot.cc
- Timestamp:
- Aug 17, 2009, 4:37:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/orxonox/gamestates/GSRoot.cc
r3370 r5654 33 33 #include "core/Game.h" 34 34 #include "core/GameMode.h" 35 #include "core/Lua Bind.h"35 #include "core/LuaState.h" 36 36 #include "network/NetworkFunction.h" 37 #include "ToluaBindCore.h"38 37 #include "ToluaBindOrxonox.h" 39 38 #include "tools/Timer.h" … … 56 55 57 56 // Tell LuaBind about all tolua interfaces 58 LuaBind::getInstance().addToluaInterface(&tolua_Core_open, "Core"); 59 LuaBind::getInstance().addToluaInterface(&tolua_Orxonox_open, "Orxonox"); 57 LuaState::addToluaInterface(&tolua_Orxonox_open, "Orxonox"); 60 58 } 61 59 … … 86 84 } 87 85 88 // create the globalLevelManager86 // create the LevelManager 89 87 this->levelManager_ = new LevelManager(); 90 88 }
Note: See TracChangeset
for help on using the changeset viewer.