| 
                Last change
                  on this file since 4690 was
                  4427,
                  checked in by bensch, 20 years ago
           | 
        
        
          | 
               
orxonox/trunk: moved the gui to a more usefull directory 
 
           | 
        
        | 
            File size:
            318 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | /*! | 
|---|
| 2 |   \file gui_audio.h | 
|---|
| 3 |   \brief File that holds the class that creates the Audio-Options. | 
|---|
| 4 | */ | 
|---|
| 5 |  | 
|---|
| 6 | #ifndef _GUI_AUDIO_H | 
|---|
| 7 | #define _GUI_AUDIO_H | 
|---|
| 8 |  | 
|---|
| 9 | #include "gui_element.h" | 
|---|
| 10 |  | 
|---|
| 11 | //! Class that creates the Audio-Options. | 
|---|
| 12 | class GuiAudio : public GuiElement | 
|---|
| 13 | { | 
|---|
| 14 |  public: | 
|---|
| 15 |   GuiAudio(void); | 
|---|
| 16 |   ~GuiAudio(void); | 
|---|
| 17 | }; | 
|---|
| 18 | #endif /* _GUI_AUDIO_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.