summaryrefslogtreecommitdiff
path: root/src/sound/cocoa_s.h
blob: 7db5f70234edc310f8b0ca4c96dd21af95b45bee (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif