Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/openAL/src/lib/gui/gui/gui_banner.h @ 4194

Last change on this file since 4194 was 4194, checked in by bensch, 19 years ago

orxonox/branches/openAL: merged trunk back to openAL
merged with command:

svn merge ../trunk/ openAL/ -r 3920:HEAD

no conflicts at all

File size: 369 bytes
RevLine 
[2588]1/*!
[4048]2  \file gui_banner.h
[2588]3  \brief  File that holds the class that creates the Banner-Image.\n
4  This is Commercial :-)
5*/
6
[4048]7#ifndef _GUI_BANNER_H
8#define _GUI_BANNER_H
[2580]9
[4047]10#include "gui.h"
11#include "gui_element.h"
[2580]12
[2588]13//! Class that creates the Banner-Image
[4056]14class GuiBanner : public GuiElement
[2580]15{
16 public:
[4056]17  GuiBanner(void);
18  ~GuiBanner(void);
[2580]19};
[2588]20
[2580]21
[4048]22#endif /* _GUI_BANNER_H */
Note: See TracBrowser for help on using the repository browser.