Changeset 7919 in orxonox.OLD for trunk/src/story_entities/simple_game_menu.h
- Timestamp:
- May 28, 2006, 3:48:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/simple_game_menu.h
r7460 r7919 49 49 virtual ~SimpleGameMenu(); 50 50 51 /// TODO TAKE THIS OUT 52 void enterGui(); 53 void execURL() const; 54 static int startURL(void* data); 55 /// 51 56 virtual void loadParams(const TiXmlElement* root); 52 57 … … 60 65 virtual void process(const Event &event); 61 66 67 68 void startLevel(int level); 69 void quitMenu(); 70 71 void TEST() { printf("TEST\n"); } 62 72 63 73 protected:
Note: See TracChangeset
for help on using the changeset viewer.