Changeset 7885 in orxonox.OLD for branches/gui/src/story_entities
- Timestamp:
- May 27, 2006, 2:32:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r7884 r7885 63 63 this->selectorSource = NULL; 64 64 65 66 /// GUI 67 ///(this is as modular as it is possible). 65 68 OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME"); 66 69 pb->show(); … … 76 79 rdnpb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::quitMenu)); 77 80 78 79 81 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 80 82 ///// 81 83 if (root != NULL) 82 84 this->loadParams(root);
Note: See TracChangeset
for help on using the changeset viewer.