summaryrefslogtreecommitdiff
path: root/sound/sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/sdl.h')
-rw-r--r--sound/sdl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/sdl.h b/sound/sdl.h
new file mode 100644
index 000000000..9e593991a
--- /dev/null
+++ b/sound/sdl.h
@@ -0,0 +1,8 @@
+#ifndef SOUND_SDL_H
+#define SOUND_SDL_H
+
+#include "hal.h"
+
+extern const HalSoundDriver _sdl_sound_driver;
+
+#endif