Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 29, 2007, 12:09:24 AM (18 years ago)
Author:
landauf
Message:

some changes (yes! CHANGES! unbelievable! they exist! well, ok, not in politics)

File:
1 edited

Legend:

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

    r715 r717  
    6565
    6666    private:
    67       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
     67      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
    7272      static Orxonox*       singletonRef_;
    7373      OIS::Keyboard*        keyboard_;
Note: See TracChangeset for help on using the changeset viewer.