/*! \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 GuiAudio : public GuiElement { public: GuiAudio(void); ~GuiAudio(void); }; #endif /* _GUI_AUDIO_H */