Changeset 1642 for code/branches/gui/src/orxonox/Orxonox.h
- Timestamp:
- Jul 23, 2008, 3:37:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/Orxonox.h
r1638 r1642 84 84 85 85 private: 86 GraphicsEngine* ogre_; //!< our dearest graphics engine <387 86 Level* startLevel_; //!< current hard coded default level 88 87 Level* hud_; //!< 'level' object fo the HUD 89 Radar* radar_; //!< represents the Radar (not the HUD part)90 88 //audio::AudioManager* auMan_; //!< audio manager 91 89 Ogre::Timer* timer_; //!< Main loop timer … … 100 98 float debugRefreshTime_; 101 99 100 // By Orxonox managed singleton pointers 101 GraphicsEngine* ogre_; //!< our dearest graphics engine <3 102 InputManager* inputManager_; 103 Radar* radar_; //!< represents the Radar (not the HUD part) 104 InGameConsole* console_; 105 102 106 static Orxonox *singletonRef_s; 103 107 };
Note: See TracChangeset
for help on using the changeset viewer.