Changeset 5695 for code/trunk/src/orxonox/Main.cc
- Timestamp:
- Aug 30, 2009, 2:22:00 AM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/resource2 (added) merged: 3373-3374,5594,5597,5610-5611,5614,5624,5641,5644-5646,5650-5664,5667-5672,5682-5684,5688-5691,5694
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/Main.cc
r5693 r5695 40 40 #include "core/CommandLine.h" 41 41 #include "core/Game.h" 42 #include "core/LuaState.h" 43 #include "ToluaBindOrxonox.h" 42 44 #include "Main.h" 43 45 … … 48 50 SetCommandLineSwitch(dedicated).information("Start in dedicated server mode"); 49 51 SetCommandLineSwitch(standalone).information("Start in standalone mode"); 52 53 DeclareToluaInterface(Orxonox); 50 54 51 55 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.