Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3449 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Mar 2, 2005, 2:23:47 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: documented orxonox.cc/h world.cc/h vector.cc/h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r3436 r3449  
    5656
    5757
    58 /* this is a singleton class to prevent duplicates */
     58/** \brief this is a singleton class to prevent duplicates */
    5959Orxonox* Orxonox::singletonRef = 0;
    6060
     61/**
     62   \returns reference or new Object of Orxonox if not existent.
     63*/
    6164Orxonox* Orxonox::getInstance (void)
    6265{
     
    322325}
    323326
    324 
     327/**
     328   \return The reference of the SDL-screen of orxonox
     329*/
    325330SDL_Surface* Orxonox::getScreen ()
    326331{
     
    328333}
    329334
    330 
     335/**
     336   \brief main function
     337
     338   here the journey begins
     339*/
    331340int main(int argc, char** argv)
    332341
Note: See TracChangeset for help on using the changeset viewer.