summaryrefslogtreecommitdiff
path: root/sound/cocoa_s.h
blob: 3d966165b72cb6c4b782877909c57f205b543850 (plain)
1
2
3
4
5
6
7
8
9

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

const HalSoundDriver _cocoa_sound_driver;

#endif