Changeset 2709 for code/branches/buildsystem3/src/orxonox/Main.cc
- Timestamp:
- Feb 28, 2009, 7:15:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/Main.cc
r2702 r2709 92 92 using namespace orxonox; 93 93 94 Core::postMainInitialisation();95 96 94 // create a signal handler (only active for linux) 97 95 SignalHandler signalHandler; … … 108 106 COUT(0) << "Usage:" << std::endl << "orxonox " << CommandLine::getUsageInformation() << std::endl; 109 107 } 108 109 // Do this after parsing the command line to allow customisation 110 Core::postMainInitialisation(); 110 111 111 112 // Create the ConfigFileManager before creating the GameStates in order to have
Note: See TracChangeset
for help on using the changeset viewer.