Changeset 5655 for code/branches/resource2/src/core/LuaState.cc
- Timestamp:
- Aug 17, 2009, 4:41:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/core/LuaState.cc
r5654 r5655 39 39 #include "Core.h" 40 40 #include "Resource.h" 41 #include "ToluaBindCore.h" 41 42 42 43 namespace orxonox … … 44 45 LuaState::ToluaInterfaceMap LuaState::toluaInterfaces_s; 45 46 std::vector<LuaState*> LuaState::instances_s; 47 48 // Do this after declaring toluaInterfaces_s and instances_s to avoid larger problems 49 DeclareToluaInterface(Core); 46 50 47 51 LuaState::LuaState()
Note: See TracChangeset
for help on using the changeset viewer.