1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 16:19:32 +01:00
OpenTTD/sound/cocoa_s.h
2005-12-11 10:25:27 +00:00

11 lines
135 B
C

/* $Id$ */
#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H
#include "../hal.h"
extern const HalSoundDriver _cocoa_sound_driver;
#endif