diff options
Diffstat (limited to 'music/win32.h')
-rw-r--r-- | music/win32.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/music/win32.h b/music/win32.h new file mode 100644 index 000000000..8a2a0fb2d --- /dev/null +++ b/music/win32.h @@ -0,0 +1,8 @@ +#ifndef MUSIC_WIN32_H +#define MUSIC_WIN32_H + +#include "hal.h" + +extern const HalMusicDriver _win32_music_driver; + +#endif |