| Line |  | 
|---|
| 1 | /*! | 
|---|
| 2 | \file gui_audio.h | 
|---|
| 3 | \brief File that holds the class that creates the Audio-Options. | 
|---|
| 4 | */ | 
|---|
| 5 | #ifndef _GUI_AUDIO_H | 
|---|
| 6 | #define _GUI_AUDIO_H | 
|---|
| 7 |  | 
|---|
| 8 | #include "../gui_element.h" | 
|---|
| 9 | #include <vector> | 
|---|
| 10 | #include <string> | 
|---|
| 11 | #include <QtGui/QGroupBox> | 
|---|
| 12 |  | 
|---|
| 13 | namespace OrxGui | 
|---|
| 14 | { | 
|---|
| 15 | //! Class that creates the Audio-Options. | 
|---|
| 16 | class GuiAudio : public OrxGui::Element, public QGroupBox | 
|---|
| 17 | { | 
|---|
| 18 | public: | 
|---|
| 19 | GuiAudio(OrxGui::Gui* gui); | 
|---|
| 20 | virtual ~GuiAudio(); | 
|---|
| 21 |  | 
|---|
| 22 | }; | 
|---|
| 23 | } | 
|---|
| 24 |  | 
|---|
| 25 | #endif /* _GUI_AUDIO_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.