Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2736 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_keys.h


Ignore:
Timestamp:
Nov 6, 2004, 3:38:51 AM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: nicer, modularer, better, but not finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_keys.h

    r2735 r2736  
    2424
    2525
    26   Box* keyBox;
    27   Button* Keys[10];
     26  Box* keysBox;
     27 
     28  Box* keyBox[10];
     29  Button* keyButton[10];
     30  Label* keyLabel[10];
    2831
    2932
    3033 public:
    3134  Player(char* player);
     35
     36  Widget* addKey (KEYS key, char* name);
    3237
    3338  Button* getOpenButton();
Note: See TracChangeset for help on using the changeset viewer.