source:
orxonox.OLD/trunk/src/lib/gui/gtk/gui_audio.h
@
8896
Last change on this file since 8896 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 318 bytes |
Rev | Line | |
---|---|---|
[2588] | 1 | /*! |
[4048] | 2 | \file gui_audio.h |
[2588] | 3 | \brief File that holds the class that creates the Audio-Options. |
4 | */ | |
5 | ||
[4048] | 6 | #ifndef _GUI_AUDIO_H |
7 | #define _GUI_AUDIO_H | |
[1809] | 8 | |
[4047] | 9 | #include "gui_element.h" |
[1821] | 10 | |
[2588] | 11 | //! Class that creates the Audio-Options. |
[4056] | 12 | class GuiAudio : public GuiElement |
[2018] | 13 | { |
14 | public: | |
[4746] | 15 | GuiAudio(); |
[6981] | 16 | virtual ~GuiAudio(); |
[2018] | 17 | }; |
[4048] | 18 | #endif /* _GUI_AUDIO_H */ |
Note: See TracBrowser
for help on using the repository browser.