OpenTTD/src/sound/cocoa_s.h

11 lines
155 B
C

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