Last change
on this file since 3177 was
2018,
checked in by bensch, 20 years ago
|
orxonox/trunk: merged guicc and the new Configure.ac to the Trunk. Now I have to Check if everything compiles on windows.
|
File size:
326 bytes
|
Line | |
---|
1 | #ifndef _ORXONOX_GUI_VIDEO_H |
---|
2 | #define _ORXONOX_GUI_VIDEO_H |
---|
3 | |
---|
4 | #include "orxonox_gui.h" |
---|
5 | |
---|
6 | class OrxonoxGuiVideo |
---|
7 | { |
---|
8 | private: |
---|
9 | Frame* videoFrame; |
---|
10 | Box* videoBox; |
---|
11 | CheckButton* fullscreen; |
---|
12 | CheckButton* wireframe; |
---|
13 | public: |
---|
14 | OrxonoxGuiVideo (); |
---|
15 | ~OrxonoxGuiVideo (); |
---|
16 | |
---|
17 | Frame* getFrame (); |
---|
18 | }; |
---|
19 | #endif /* _ORXONOX_GUI_VIDEO_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.