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_banner.h

    r3423 r4024  
    99
    1010#include "orxonox_gui.h"
     11#include "orxonox_gui_element.h"
    1112
    1213//! Class that creates the Banner-Image
    13 class OrxonoxGuiBanner
     14class OrxonoxGuiBanner : public OrxonoxGuiElement
    1415{
    1516 private:
     
    3132  OrxonoxGuiBanner(void);
    3233  ~OrxonoxGuiBanner(void);
    33 
    34   Widget* getWidget(void);
    35 
    3634};
    3735
Note: See TracChangeset for help on using the changeset viewer.