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