source:
orxonox.OLD/orxonox/trunk/gui/orxonox_gui_audio.h
@
2021
| Last change on this file since 2021 was 2018, checked in by bensch, 21 years ago | |
|---|---|
| File size: 349 bytes | |
| Line | |
|---|---|
| 1 | #ifndef _ORXONOX_GUI_AUDIO_H |
| 2 | #define _ORXONOX_GUI_AUDIO_H |
| 3 | |
| 4 | #include "orxonox_gui.h" |
| 5 | |
| 6 | class OrxonoxGuiAudio |
| 7 | { |
| 8 | private: |
| 9 | Frame* audioFrame; |
| 10 | Box* audioBox; |
| 11 | CheckButton* enableSound; |
| 12 | Slider* musicVolume; |
| 13 | Slider* effectsVolume; |
| 14 | public: |
| 15 | OrxonoxGuiAudio (); |
| 16 | ~OrxonoxGuiAudio (); |
| 17 | |
| 18 | Frame* getFrame (); |
| 19 | }; |
| 20 | #endif /* _ORXONOX_GUI_AUDIO_H */ |
Note: See TracBrowser
for help on using the repository browser.










