Files @ r5420:db79ed83ce8d
Branch filter:

Location: cpp/openttd-patchpack/source/sound/cocoa_s.h

KUDr
(svn r7623) - Fix: [YAPF] trains/roadvehs trying to enter the bridge ramp from under bridge rail/road (introduced by bridge merge r7573)
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif