Changeset 2808 for code/branches/gui/src/orxonox/gamestates/GSStandalone.h
- Timestamp:
- Mar 21, 2009, 1:07:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSStandalone.h
r2790 r2808 41 41 GSStandalone(); 42 42 ~GSStandalone(); 43 static void showGUI();44 43 45 44 private: … … 49 48 50 49 GUIManager* guiManager_; 51 static bool guiShowing_s;52 50 }; 53 51 }
Note: See TracChangeset
for help on using the changeset viewer.