Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4056 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_keys.h


Ignore:
Timestamp:
May 5, 2005, 1:43:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: naming

File:
1 edited

Legend:

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

    r4054 r4056  
    2222class Player;
    2323//! Class that creates the Keys-Options.
    24 class OrxonoxGuiKeys : public OrxonoxGuiElement
     24class GuiKeys : public GuiElement
    2525{
    2626 private:
     
    3232
    3333 public:
    34   OrxonoxGuiKeys(void);
    35   ~OrxonoxGuiKeys(void);
     34  GuiKeys(void);
     35  ~GuiKeys(void);
    3636};
    3737
Note: See TracChangeset for help on using the changeset viewer.