OpenTTD-patches/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