Changeset 1686 for code/branches/gui/src/orxonox/gamestates/GSLevel.h
- Timestamp:
- Aug 31, 2008, 2:37:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSLevel.h
r1674 r1686 31 31 32 32 #include "OrxonoxPrereqs.h" 33 #include <OgrePrerequisites.h> 33 34 #include "core/GameState.h" 34 35 … … 58 59 float timeFactor_; //!< A factor to change the gamespeed 59 60 61 Ogre::SceneManager* sceneManager_; 60 62 KeyBinder* keyBinder_; //!< tool that loads and manages the input bindings 61 63 SimpleInputState* inputState_;
Note: See TracChangeset
for help on using the changeset viewer.