summaryrefslogtreecommitdiff
path: root/music/null_m.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 /music/null_m.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 'music/null_m.h')
-rw-r--r--music/null_m.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/music/null_m.h b/music/null_m.h
new file mode 100644
index 000000000..5f0be7ca4
--- /dev/null
+++ b/music/null_m.h
@@ -0,0 +1,8 @@
+#ifndef MUSIC_NULL_H
+#define MUSIC_NULL_H
+
+#include "hal.h"
+
+extern const HalMusicDriver _null_music_driver;
+
+#endif