summaryrefslogtreecommitdiff
path: root/sound/null_s.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 15:48:00 +0000
committertron <tron@openttd.org>2005-07-23 15:48:00 +0000
commit9bb81b8eefe56db44829d32d282684df7f12c31d (patch)
tree265b5c47cc68bef828546de2508f0641f8563050 /sound/null_s.h
parentc07e074a337e985b6e5426b46c8502f6ad9c3efe (diff)
downloadopenttd-9bb81b8eefe56db44829d32d282684df7f12c31d.tar.xz
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
Diffstat (limited to 'sound/null_s.h')
-rw-r--r--sound/null_s.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/null_s.h b/sound/null_s.h
new file mode 100644
index 000000000..63cc5ef8f
--- /dev/null
+++ b/sound/null_s.h
@@ -0,0 +1,8 @@
+#ifndef SOUND_NULL_H
+#define SOUND_NULL_H
+
+#include "hal.h"
+
+extern const HalSoundDriver _null_sound_driver;
+
+#endif