Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/gui/gui/gui_audio.h @ 4054

Last change on this file since 4054 was 4054, checked in by bensch, 19 years ago

orxonox/trunk: merged the guiMerge-branche back into the trunk
merged with command:
svn merge -r 4043:HEAD guiMerge/ ../trunk/
no conflicts, only updates and moves :)

File size: 346 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.
12class OrxonoxGuiAudio : public OrxonoxGuiElement
13{
14 public:
15  OrxonoxGuiAudio(void);
16  ~OrxonoxGuiAudio(void);
17};
18#endif /* _GUI_AUDIO_H */
Note: See TracBrowser for help on using the repository browser.