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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sound/sdl_s.h b/src/sound/sdl_s.h
new file mode 100644
index 000000000..6fc2b6dc0
--- /dev/null
+++ b/src/sound/sdl_s.h
@@ -0,0 +1,10 @@
+/* $Id$ */
+
+#ifndef SOUND_SDL_H
+#define SOUND_SDL_H
+
+#include "../hal.h"
+
+extern const HalSoundDriver _sdl_sound_driver;
+
+#endif