Changeset 2790 for code/trunk/src/orxonox/gamestates/GSStandalone.h
- Timestamp:
- Mar 16, 2009, 11:47:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSStandalone.h
r2087 r2790 41 41 GSStandalone(); 42 42 ~GSStandalone(); 43 static void showGUI(); 43 44 44 45 private: … … 46 47 void leave(); 47 48 void ticked(const Clock& time); 49 50 GUIManager* guiManager_; 51 static bool guiShowing_s; 48 52 }; 49 53 }
Note: See TracChangeset
for help on using the changeset viewer.