Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2009, 11:15:28 AM (15 years ago)
Author:
bknecht
Message:

GUIManager now behaves how it should. Most things seem to work fine.

However I guess with the new media all other branches stopped working. Sorry if that's the case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gui/GUIManager.h

    r2834 r2840  
    7979        void showGUI(const std::string& name, Ogre::SceneManager* sceneManager);// bool showBackground); // tolua_export
    8080        void hideGUI(); // tolua_export
    81         void testOutput(const std::string& str); // tolua_export
     81        //void testOutput(const std::string& str); // tolua_export
    8282
    8383        static void toggleGUI();
     
    9292
    9393        // please remove
    94         void testFct();
     94        //void testFct();
    9595
    9696        static GUIManager& getInstance()    { assert(singletonRef_s); return *singletonRef_s; } // tolua_export
Note: See TracChangeset for help on using the changeset viewer.