summaryrefslogtreecommitdiff
path: root/music/win32_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
commit10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b (patch)
tree265b5c47cc68bef828546de2508f0641f8563050 /music/win32_m.h
parent54e02a620a6e71e30ac49c604ff225a44a3d623b (diff)
downloadopenttd-10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b.tar.xz
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
Diffstat (limited to 'music/win32_m.h')
-rw-r--r--music/win32_m.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/music/win32_m.h b/music/win32_m.h
new file mode 100644
index 000000000..8a2a0fb2d
--- /dev/null
+++ b/music/win32_m.h
@@ -0,0 +1,8 @@
+#ifndef MUSIC_WIN32_H
+#define MUSIC_WIN32_H
+
+#include "hal.h"
+
+extern const HalMusicDriver _win32_music_driver;
+
+#endif