| 
                Last change
                  on this file since 4468 was
                  4427,
                  checked in by bensch, 20 years ago
           | 
        
        
          | 
               
orxonox/trunk: moved the gui to a more usefull directory 
 
           | 
        
        | 
            File size:
            369 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | /*! | 
|---|
| 2 |   \file gui_banner.h | 
|---|
| 3 |   \brief  File that holds the class that creates the Banner-Image.\n | 
|---|
| 4 |   This is Commercial :-) | 
|---|
| 5 | */ | 
|---|
| 6 |  | 
|---|
| 7 | #ifndef _GUI_BANNER_H | 
|---|
| 8 | #define _GUI_BANNER_H | 
|---|
| 9 |  | 
|---|
| 10 | #include "gui.h" | 
|---|
| 11 | #include "gui_element.h" | 
|---|
| 12 |  | 
|---|
| 13 | //! Class that creates the Banner-Image | 
|---|
| 14 | class GuiBanner : public GuiElement | 
|---|
| 15 | { | 
|---|
| 16 |  public: | 
|---|
| 17 |   GuiBanner(void); | 
|---|
| 18 |   ~GuiBanner(void); | 
|---|
| 19 | }; | 
|---|
| 20 |  | 
|---|
| 21 |  | 
|---|
| 22 | #endif /* _GUI_BANNER_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.