Changeset 6048 for code/branches/menu/src/libraries/core/GUIManager.h
- Timestamp:
- Nov 12, 2009, 11:32:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/menu/src/libraries/core/GUIManager.h
r6032 r6048 71 71 void showGUIExtra(const std::string& name, const std::string& ptr, bool hidePrevious=false, bool showCursor=true); 72 72 static void hideGUI(const std::string& name); 73 void setToggleMode(const bool& mode); 73 void toggleIngameGUI(); 74 void keyESC(); 74 75 void setBackground(const std::string& name); 75 76 … … 113 114 114 115 static GUIManager* singletonPtr_s; //!< Singleton reference to GUIManager 115 bool b ToggleMode_;116 bool bShowIngameGUI_; 116 117 117 118 };
Note: See TracChangeset
for help on using the changeset viewer.