Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2613 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.cc


Ignore:
Timestamp:
Oct 22, 2004, 12:24:34 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: added class keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.cc

    r2605 r2613  
    3232#include "orxonox_gui_flags.h"
    3333#include "orxonox_gui_banner.h"
     34#include "orxonox_gui_keys.h"
    3435
    3536  Window* orxonoxGUI;
     
    3940  OrxonoxGuiFlags* flags;
    4041  OrxonoxGuiBanner* banner;
     42  OrxonoxGuiKeys* keys;
    4143
    4244int main( int argc, char *argv[] )
     
    7577     
    7678  optionBox->fill (avBox);
    77    
     79
     80  keys = new OrxonoxGuiKeys ();
     81  optionBox->fill (keys->getWidget ());
     82
    7883  exec = new OrxonoxGuiExec (orxonoxGUI);
    7984  optionBox->fill (exec->getWidget ());
Note: See TracChangeset for help on using the changeset viewer.