mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 15:11:54 +00:00
10 lines
117 B
C
10 lines
117 B
C
|
|
||
|
#ifndef SOUND_COCOA_H
|
||
|
#define SOUND_COCOA_H
|
||
|
|
||
|
#include "../hal.h"
|
||
|
|
||
|
const HalSoundDriver _cocoa_sound_driver;
|
||
|
|
||
|
#endif
|