Files @ r4077:259c4c4aacad
Branch filter:

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

tron
(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif