summaryrefslogtreecommitdiff
path: root/src/sound/cocoa_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/cocoa_s.h')
-rw-r--r--src/sound/cocoa_s.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sound/cocoa_s.h b/src/sound/cocoa_s.h
new file mode 100644
index 000000000..7db5f7023
--- /dev/null
+++ b/src/sound/cocoa_s.h
@@ -0,0 +1,10 @@
+/* $Id$ */
+
+#ifndef SOUND_COCOA_H
+#define SOUND_COCOA_H
+
+#include "../hal.h"
+
+extern const HalSoundDriver _cocoa_sound_driver;
+
+#endif