Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 9, 2008, 10:55:17 PM (16 years ago)
Author:
landauf
Message:

reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/Orxonox.h

    r790 r793  
    4141      inline Ogre::SceneManager* getSceneManager()         { return ogre_->getSceneManager(); };
    4242      inline GraphicsEngine* getOgrePointer()              { return ogre_; };
    43       inline audio::AudioManager* getAudioManagerPointer() { return auMan_; };
     43//      inline audio::AudioManager* getAudioManagerPointer() { return auMan_; };
    4444      inline OIS::Keyboard* getKeyboard()                  { return this->keyboard_; }
    4545      inline OIS::Mouse* getMouse()                        { return this->mouse_; }
    46       inline BulletManager* getBulletMgr()                 { return this->bulletMgr_; }
     46//      inline BulletManager* getBulletMgr()                 { return this->bulletMgr_; }
    4747
    4848    private:
     
    6969      GraphicsEngine*       ogre_;          //!< our dearest graphics engine <3
    7070      std::string           dataPath_;      //!< path to data
    71       loader::LevelLoader*  loader_;        //!< level loader builds the scene
    72       audio::AudioManager*  auMan_;         //!< audio manager
    73       BulletManager*        bulletMgr_;     //!< Keeps track of the thrown bullets
     71//      loader::LevelLoader*  loader_;        //!< level loader builds the scene
     72//      audio::AudioManager*  auMan_;         //!< audio manager
     73//      BulletManager*        bulletMgr_;     //!< Keeps track of the thrown bullets
    7474      static Orxonox*       singletonRef_;
    7575      OIS::Keyboard*        keyboard_;
Note: See TracChangeset for help on using the changeset viewer.