Files @ r4229:514e034b774c
Branch filter:

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

belugas
(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compiling.
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif