Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4485 in orxonox.OLD for orxonox/trunk/src/util/state.cc


Ignore:
Timestamp:
Jun 3, 2005, 12:19:43 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more documentation in util

File:
1 edited

Legend:

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

    r4381 r4485  
    4242
    4343/**
    44    \returns a Pointer to this Class
    45 */
    46 State* State::getInstance(void)
    47 {
    48   if (!State::singletonRef)
    49     State::singletonRef = new State();
    50   return State::singletonRef;
    51 }
    52 
    53 /**
    5444   \brief standard deconstructor
    55 
    5645*/
    5746State::~State ()
     
    6251
    6352/**
    64    \sets camera and target of the current Camera
     53   \brief sets camera and target of the current Camera
    6554*/
    6655void State::setCamera(const PNode* camera, const PNode* cameraTarget)
Note: See TracChangeset for help on using the changeset viewer.