Changeset 6287 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Dec 25, 2005, 5:32:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6281 r6287 36 36 37 37 #include "graphics_engine.h" 38 39 40 41 #include "lib/gui/gl_gui/glgui_bar.h" 42 #include "lib/gui/gl_gui/glgui_pushbutton.h" 43 38 44 39 45 using namespace std; … … 129 135 this->mouseDir = this->getAbsDir(); 130 136 131 //GLGuiButton* button = new GLGuiPushButton();132 //button->show();133 //button->setLabel("orxonox");134 //button->setBindNode(this);137 GLGuiButton* button = new GLGuiPushButton(); 138 button->show(); 139 button->setLabel("orxonox"); 140 button->setBindNode(this); 135 141 136 142 //add events to the eventlist
Note: See TracChangeset
for help on using the changeset viewer.