|
Last change
on this file since 2068 was
2058,
checked in by chris, 21 years ago
|
|
orxonox/branches/chris: Trunk remerged into my branch started on SDL reconfiguration
|
|
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.