1
0
Fork 0
OpenTTD/sound/cocoa_s.h

10 lines
117 B
C

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H
#include "../hal.h"
const HalSoundDriver _cocoa_sound_driver;
#endif