Changeset 4836 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4833 r4836 57 57 58 58 /** 59 \briefcreate a new Orxonox59 * create a new Orxonox 60 60 61 61 In this funcitons only global values are set. The game will not be started here. … … 76 76 77 77 /** 78 \briefremove Orxonox from memory78 * remove Orxonox from memory 79 79 */ 80 80 Orxonox::~Orxonox () … … 109 109 110 110 /** 111 * @briefthis is a singleton class to prevent duplicates111 * this is a singleton class to prevent duplicates 112 112 */ 113 113 Orxonox* Orxonox::singletonRef = NULL; 114 114 115 115 /** 116 * @briefthis finds the config file116 * this finds the config file 117 117 * @returns the new config-fileName 118 118 * Since the config file varies from user to user and since one may want to specify different config files … … 252 252 exit(-1); 253 253 } 254 //! \todo this is a hack and should be loadable254 //! @todo this is a hack and should be loadable 255 255 ResourceManager::getInstance()->addImageDir(ResourceManager::getInstance()->getFullName("maps/")); 256 256 ResourceManager::getInstance()->debug(); … … 267 267 268 268 /** 269 * 270 * @brief starts the orxonox game or menu 269 * starts the orxonox game or menu 271 270 * here is the central orxonox state manager. There are currently two states 272 271 * - menu … … 315 314 /** 316 315 * 317 * @briefmain function316 * main function 318 317 * 319 318 * here the journey begins
Note: See TracChangeset
for help on using the changeset viewer.