1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-21 12:12:43 +01:00
Files
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