Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 16, 2009, 11:47:06 AM (16 years ago)
Author:
bknecht
Message:

Ugly hack to use GUI ingame. Hack itself needs improvement AND of course it should be hackfree!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSStandalone.h

    r2087 r2790  
    4141        GSStandalone();
    4242        ~GSStandalone();
     43        static void showGUI();
    4344
    4445    private:
     
    4647        void leave();
    4748        void ticked(const Clock& time);
     49
     50        GUIManager*     guiManager_;
     51        static bool     guiShowing_s;
    4852    };
    4953}
Note: See TracChangeset for help on using the changeset viewer.