Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 2, 2005, 2:23:47 PM (19 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.h

    r3365 r3449  
    2626  ~Orxonox ();
    2727 
    28   char configfilename[256];
    29   World* world;
    30   DataTank* resources;
    31   CommandNode* localinput;
    32   Camera* localcamera;
    33   SDL_Surface* screen;
    34   GameLoader* gameLoader;
     28  char configfilename[256];   //!< Filename of the configuration-file.
     29  World* world;               //!< Reference to the current running world.
     30  DataTank* resources;        //!< DataContainer
     31  CommandNode* localinput;    //!< Command Handler
     32  Camera* localcamera;        //!< The current Camera
     33  SDL_Surface* screen;        //!< The current Screen
     34  GameLoader* gameLoader;     //!< The gameLoader
    3535 
    36   bool bQuitOrxonox;
    37   bool pause;
    38   Uint32 lastframe;
     36  bool bQuitOrxonox;          //!< If Orxonox should Quit
     37  bool pause;                 //!< Pause mode
     38  Uint32 lastframe;           //!< Time of the last Frame
    3939 
    4040  void getConfigFile (int argc, char** argv);
Note: See TracChangeset for help on using the changeset viewer.