/*! \file gui_audio.h \brief File that holds the class that creates the Audio-Options. */ #ifndef _GUI_AUDIO_H #define _GUI_AUDIO_H #include "gui_element.h" //! Class that creates the Audio-Options. class OrxonoxGuiAudio : public OrxonoxGuiElement { public: OrxonoxGuiAudio(void); ~OrxonoxGuiAudio(void); }; #endif /* _GUI_AUDIO_H */