Changeset 6048 for code/branches/menu/src/orxonox/gamestates/GSLevel.h
- Timestamp:
- Nov 12, 2009, 11:32:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/menu/src/orxonox/gamestates/GSLevel.h
r5929 r6048 52 52 void loadLevel(); 53 53 void unloadLevel(); 54 void showIngameGUI(bool show);55 54 56 55 InputState* gameInputState_; //!< input state for normal ingame playing … … 60 59 XMLFile* startFile_; 61 60 std::set<BaseObject*> staticObjects_; 61 bool bShowIngameGUI_; 62 62 }; 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.