Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/gui/gui_video.h @ 4746

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

orxonox/trunk: changed (void) → ()

File size: 511 bytes
Line 
1/*!
2  \file gui_video.h
3  \brief File that holds the class that creates the Video-Options.
4*/
5#ifndef _GUI_VIDEO_H
6#define _GUI_VIDEO_H
7
8#include "gui.h"
9#include "gui_element.h"
10
11// FORWARD DECLARATIONS
12class Widget;
13class Menu;
14
15//! Class that creates the Video-Options.
16class GuiVideo : public GuiElement
17{
18 private:
19  //  Button* advancedWindowGetButton();
20 
21 public:
22  GuiVideo();
23  ~GuiVideo();
24
25 private:
26  void getResolutions(Menu* menu);
27  Widget* advancedWindowCreate();
28};
29#endif /* _GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.