diff options
Diffstat (limited to 'src/music/dmusic.h')
-rw-r--r-- | src/music/dmusic.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/music/dmusic.h b/src/music/dmusic.h new file mode 100644 index 000000000..5d0990137 --- /dev/null +++ b/src/music/dmusic.h @@ -0,0 +1,10 @@ +/* $Id$ */ + +#ifndef MUSIC_DMUSIC_H +#define MUSIC_DMUSIC_H + +#include "../hal.h" + +extern const HalMusicDriver _dmusic_midi_driver; + +#endif |