Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2010, 6:17:51 PM (15 years ago)
Author:
rgrieder
Message:

Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gamestates2/src/libraries/core/GUIManager.h

    r6662 r6722  
    7575
    7676        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);
    7979        static void hideGUI(const std::string& name);
    8080        void keyESC();
Note: See TracChangeset for help on using the changeset viewer.