Changeset 717 for code/branches/FICN/src/orxonox/Orxonox.h
- Timestamp:
- Dec 29, 2007, 12:09:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/Orxonox.h
r715 r717 65 65 66 66 private: 67 GraphicsEngine* ogre_; //!< our dearest graphics engine <368 std::string dataPath_; //!< path to data69 loader::LevelLoader* loader_; //!< level loader builds the scene70 audio::AudioManager* auMan_; //!< audio manager71 BulletManager* bulletMgr_; //!< Keeps track of the thrown bullets67 GraphicsEngine* ogre_; //!< our dearest graphics engine <3 68 std::string dataPath_; //!< path to data 69 loader::LevelLoader* loader_; //!< level loader builds the scene 70 audio::AudioManager* auMan_; //!< audio manager 71 BulletManager* bulletMgr_; //!< Keeps track of the thrown bullets 72 72 static Orxonox* singletonRef_; 73 73 OIS::Keyboard* keyboard_;
Note: See TracChangeset
for help on using the changeset viewer.