/*! \file gui_banner.h \brief File that holds the class that creates the Banner-Image.\n This is Commercial :-) */ #ifndef _GUI_BANNER_H #define _GUI_BANNER_H #include "gui.h" #include "gui_element.h" //! Class that creates the Banner-Image class GuiBanner : public GuiElement { public: GuiBanner(); ~GuiBanner(); }; #endif /* _GUI_BANNER_H */