Changeset 5843 for code/branches/core5/src/orxonox
- Timestamp:
- Sep 30, 2009, 8:42:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/Main.cc
r5695 r5843 31 31 @file 32 32 @brief 33 The main function of Orxonox .33 The main function of Orxonox (but not the entry point of the program!) 34 34 */ 35 35 36 36 #include "OrxonoxPrereqs.h" 37 #include "SpecialConfig.h"38 37 39 #include "util/Exception.h"40 38 #include "core/CommandLine.h" 41 39 #include "core/Game.h" … … 57 55 /** 58 56 @brief 59 Main method. Game starts here (except for static initialisations).57 Starting point of orxonox (however not the entry point of the program!) 60 58 */ 61 59 int main(const std::string& strCmdLine) … … 67 65 " graphics" 68 66 " mainMenu" 69 " standalone" 70 " level" 71 " server" 72 " level" 73 " client" 67 " standalone,server,client" 74 68 " level" 75 69 " dedicated"
Note: See TracChangeset
for help on using the changeset viewer.