Changeset 1662 for code/branches/gui/src/orxonox/gamestates/GSGraphics.h
- Timestamp:
- Aug 19, 2008, 8:12:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSGraphics.h
r1661 r1662 31 31 32 32 #include "OrxonoxPrereqs.h" 33 #include <OgrePrerequisites.h> 33 34 #include "core/GameState.h" 35 #include "core/OrxonoxClass.h" 34 36 35 37 namespace orxonox … … 43 45 bool tick(float dt); 44 46 void setConfigValues(); 47 48 void exitGame() { this->bAbort_ = true; } 45 49 46 50 private:
Note: See TracChangeset
for help on using the changeset viewer.