summaryrefslogtreecommitdiff
path: root/music/qtmidi.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-06 17:57:18 +0000
committerbjarni <bjarni@openttd.org>2005-10-06 17:57:18 +0000
commit37af5bc4756bfdf4d0c2681a6f1dfca3e919b30c (patch)
tree93a3418c3b68be687ae2542cf2e28d14bd508be7 /music/qtmidi.h
parent9666e753fb804e91f3c2e4b7304b86ca4c85cc5c (diff)
downloadopenttd-37af5bc4756bfdf4d0c2681a6f1dfca3e919b30c.tar.xz
(svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_)
Diffstat (limited to 'music/qtmidi.h')
-rw-r--r--music/qtmidi.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/music/qtmidi.h b/music/qtmidi.h
new file mode 100644
index 000000000..c640ab34b
--- /dev/null
+++ b/music/qtmidi.h
@@ -0,0 +1,15 @@
+/*
+ * qtmidi.h
+ *
+ * $Id$
+ */
+
+#ifndef MUSIC_MACOSX_QUICKTIME_H
+#define MUSIC_MACOSX_QUICKTIME_H
+
+#include "../hal.h"
+
+extern const HalMusicDriver _qtime_music_driver;
+
+#endif /* !MUSIC_MACOSX_QUICKTIME_H */
+