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