Changeset 7924 in orxonox.OLD for branches/gui/src/story_entities/simple_game_menu.cc
- Timestamp:
- May 28, 2006, 5:04:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r7919 r7924 66 66 /// GUI 67 67 ///(this is as modular as it is possible). 68 /* 68 69 OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME"); 69 70 pb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::enterGui)); … … 73 74 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 74 75 OrxGui::GLGuiHandler::getInstance()->activate(); 76 */ 75 77 ///// 76 78
Note: See TracChangeset
for help on using the changeset viewer.