diff -r ac55aefc54f3 -r 2e6990a8c7c4 src/music/extmidi.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/music/extmidi.h Tue Jan 02 19:19:48 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