Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4056 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_video.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_video.h

    r4054 r4056  
    1111
    1212//! Class that creates the Video-Options.
    13 class OrxonoxGuiVideo : public OrxonoxGuiElement
     13class GuiVideo : public GuiElement
    1414{
    1515 private:
     
    4545 
    4646 public:
    47   OrxonoxGuiVideo(void);
    48   ~OrxonoxGuiVideo(void);
     47  GuiVideo(void);
     48  ~GuiVideo(void);
    4949
    5050  void getResolutions(Menu* menu);
Note: See TracChangeset for help on using the changeset viewer.