Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r4054 r4056  
    1212
    1313//! Class that creates the Banner-Image
    14 class OrxonoxGuiBanner : public OrxonoxGuiElement
     14class GuiBanner : public GuiElement
    1515{
    1616 public:
    17   OrxonoxGuiBanner(void);
    18   ~OrxonoxGuiBanner(void);
     17  GuiBanner(void);
     18  ~GuiBanner(void);
    1919};
    2020
Note: See TracChangeset for help on using the changeset viewer.