Changeset 5655 for code/branches/resource2/src/orxonox/Main.cc
- Timestamp:
- Aug 17, 2009, 4:41:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/orxonox/Main.cc
r3370 r5655 48 48 #include "core/CommandLine.h" 49 49 #include "core/Game.h" 50 #include "core/LuaState.h" 51 #include "ToluaBindOrxonox.h" 50 52 51 53 SetCommandLineSwitch(console).information("Start in console mode (text IO only)"); … … 55 57 SetCommandLineSwitch(dedicated).information("Start in dedicated server mode"); 56 58 SetCommandLineSwitch(standalone).information("Start in standalone mode"); 59 60 DeclareToluaInterface(Orxonox); 57 61 58 62 /*
Note: See TracChangeset
for help on using the changeset viewer.