- Timestamp:
- Apr 13, 2010, 6:17:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestates2/src/libraries/core/GUIManager.h
r6662 r6722 75 75 76 76 void loadGUI(const std::string& name); 77 static void showGUI(const std::string& name, bool hidePrevious=false, bool showCursor=true);78 void showGUIExtra(const std::string& name, const std::string& ptr, bool hidePrevious=false, bool showCursor=true);77 static void showGUI(const std::string& name, bool bHidePrevious = false); 78 void showGUIExtra(const std::string& name, const std::string& ptr, bool bHidePrevious = false); 79 79 static void hideGUI(const std::string& name); 80 80 void keyESC();
Note: See TracChangeset
for help on using the changeset viewer.