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