Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2005, 5:32:21 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some gui-work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6281 r6287  
    3636
    3737#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
    3844
    3945using namespace std;
     
    129135  this->mouseDir = this->getAbsDir();
    130136
    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);
    135141
    136142  //add events to the eventlist
Note: See TracChangeset for help on using the changeset viewer.