Changeset 871 for code/trunk/src/orxonox/Orxonox.h
- Timestamp:
- Mar 9, 2008, 4:44:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Orxonox.h
r790 r871 14 14 15 15 #include "OrxonoxPrereqs.h" 16 #include "loader/LoaderPrereqs.h"16 //#include "loader/LoaderPrereqs.h" 17 17 #include "audio/AudioPrereqs.h" 18 18 … … 69 69 GraphicsEngine* ogre_; //!< our dearest graphics engine <3 70 70 std::string dataPath_; //!< path to data 71 loader::LevelLoader* loader_; //!< level loader builds the scene71 // loader::LevelLoader* loader_; //!< level loader builds the scene 72 72 audio::AudioManager* auMan_; //!< audio manager 73 73 BulletManager* bulletMgr_; //!< Keeps track of the thrown bullets
Note: See TracChangeset
for help on using the changeset viewer.