Files @ r5441:5f6cfce5d8ca
Branch filter:

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

Darkvater
(svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif