Changeset 7335 for code/branches/doc/src/libraries/core/Core.cc
- Timestamp:
- Sep 3, 2010, 1:30:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/Core.cc
r7284 r7335 77 77 Core* Core::singletonPtr_s = 0; 78 78 79 //! @cmdarg 79 80 SetCommandLineArgument(settingsFile, "orxonox.ini").information("THE configuration file"); 81 //! @cmdarg 80 82 SetCommandLineSwitch(noIOConsole).information("Use this if you don't want to use the IOConsole (for instance for Lua debugging)"); 81 83 82 84 #ifdef ORXONOX_PLATFORM_WINDOWS 85 //! @cmdarg 83 86 SetCommandLineArgument(limitToCPU, 1).information("Limits the program to one CPU/core (1, 2, 3, etc.). Default is the first core (faster than off)"); 84 87 #endif
Note: See TracChangeset
for help on using the changeset viewer.