diff --git a/music/win32_m.h b/music/win32_m.h new file mode 100644 --- /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