summaryrefslogtreecommitdiff
path: root/src/sound/sdl_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sdl_s.h')
-rw-r--r--src/sound/sdl_s.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound/sdl_s.h b/src/sound/sdl_s.h
index d8a4d587d..6733ee6a7 100644
--- a/src/sound/sdl_s.h
+++ b/src/sound/sdl_s.h
@@ -14,6 +14,7 @@
#include "sound_driver.hpp"
+/** Implementation of the SDL sound driver. */
class SoundDriver_SDL: public SoundDriver {
public:
/* virtual */ const char *Start(const char * const *param);
@@ -22,6 +23,7 @@ public:
/* virtual */ const char *GetName() const { return "sdl"; }
};
+/** Factory for the SDL sound driver. */
class FSoundDriver_SDL: public SoundDriverFactory<FSoundDriver_SDL> {
public:
static const int priority = 5;