diff options
Diffstat (limited to 'src/sound/cocoa_s.h')
-rw-r--r-- | src/sound/cocoa_s.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sound/cocoa_s.h b/src/sound/cocoa_s.h new file mode 100644 index 000000000..7db5f7023 --- /dev/null +++ b/src/sound/cocoa_s.h @@ -0,0 +1,10 @@ +/* $Id$ */ + +#ifndef SOUND_COCOA_H +#define SOUND_COCOA_H + +#include "../hal.h" + +extern const HalSoundDriver _cocoa_sound_driver; + +#endif |