Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/tags/0.1-pre-alpha/gui/orxonox_gui_audio.h @ 6844

Last change on this file since 6844 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: 349 bytes
Line 
1#ifndef _ORXONOX_GUI_AUDIO_H
2#define _ORXONOX_GUI_AUDIO_H
3
4#include "orxonox_gui.h"
5
6class 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.