src/music/extmidi.h
branchcustombridgeheads
changeset 5643 3778051e8095
parent 2189 d240b9097139
child 6268 4b5241e5dd10
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/music/extmidi.h	Wed Jan 03 08:49:36 2007 +0000
@@ -0,0 +1,10 @@
+/* $Id$ */
+
+#ifndef MUSIC_EXTERNAL_H
+#define MUSIC_EXTERNAL_H
+
+#include "../hal.h"
+
+extern const HalMusicDriver _extmidi_music_driver;
+
+#endif