sound/sdl.h
changeset 2171 008122046f7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sound/sdl.h	Sat Jul 23 15:16:57 2005 +0000
@@ -0,0 +1,8 @@
+#ifndef SOUND_SDL_H
+#define SOUND_SDL_H
+
+#include "hal.h"
+
+extern const HalSoundDriver _sdl_sound_driver;
+
+#endif