Changeset 873 for code/branches/core2/src/orxonox/Orxonox.h
- Timestamp:
- Mar 9, 2008, 5:27:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/Orxonox.h
r871 r873 15 15 #include "OrxonoxPrereqs.h" 16 16 //#include "loader/LoaderPrereqs.h" 17 #include "audio/AudioPrereqs.h"17 //#include "audio/AudioPrereqs.h" 18 18 19 19 #include "GraphicsEngine.h" … … 41 41 inline Ogre::SceneManager* getSceneManager() { return ogre_->getSceneManager(); }; 42 42 inline GraphicsEngine* getOgrePointer() { return ogre_; }; 43 inline audio::AudioManager* getAudioManagerPointer() { return auMan_; };43 // inline audio::AudioManager* getAudioManagerPointer() { return auMan_; }; 44 44 inline OIS::Keyboard* getKeyboard() { return this->keyboard_; } 45 45 inline OIS::Mouse* getMouse() { return this->mouse_; } 46 inline BulletManager* getBulletMgr() { return this->bulletMgr_; }46 // inline BulletManager* getBulletMgr() { return this->bulletMgr_; } 47 47 48 48 private: … … 70 70 std::string dataPath_; //!< path to data 71 71 // loader::LevelLoader* loader_; //!< level loader builds the scene 72 audio::AudioManager* auMan_; //!< audio manager73 BulletManager* bulletMgr_; //!< Keeps track of the thrown bullets72 // audio::AudioManager* auMan_; //!< audio manager 73 // BulletManager* bulletMgr_; //!< Keeps track of the thrown bullets 74 74 static Orxonox* singletonRef_; 75 75 OIS::Keyboard* keyboard_;
Note: See TracChangeset
for help on using the changeset viewer.