Changeset 3449 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Mar 2, 2005, 2:23:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r3436 r3449 56 56 57 57 58 /* this is a singleton class to prevent duplicates */58 /** \brief this is a singleton class to prevent duplicates */ 59 59 Orxonox* Orxonox::singletonRef = 0; 60 60 61 /** 62 \returns reference or new Object of Orxonox if not existent. 63 */ 61 64 Orxonox* Orxonox::getInstance (void) 62 65 { … … 322 325 } 323 326 324 327 /** 328 \return The reference of the SDL-screen of orxonox 329 */ 325 330 SDL_Surface* Orxonox::getScreen () 326 331 { … … 328 333 } 329 334 330 335 /** 336 \brief main function 337 338 here the journey begins 339 */ 331 340 int main(int argc, char** argv) 332 341 {
Note: See TracChangeset
for help on using the changeset viewer.