Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2005, 2:20:27 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: more addaptive structure

File:
1 edited

Legend:

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

    r3423 r4024  
    88
    99#include "orxonox_gui.h"
     10#include "orxonox_gui_element.h"
     11
    1012#ifdef HAVE_GTK2
    1113#include <gdk/gdkkeysyms.h>
     
    1921class Player;
    2022//! Class that creates the Keys-Options.
    21 class OrxonoxGuiKeys
     23class OrxonoxGuiKeys : public OrxonoxGuiElement
    2224{
    2325 private:
     
    3133  OrxonoxGuiKeys(void);
    3234  ~OrxonoxGuiKeys(void);
    33  
    34   Widget* getWidget(void);
    3535};
    3636
Note: See TracChangeset for help on using the changeset viewer.