Files @ r3396:d37915d9f159
Branch filter:

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

orudge
(svn r4205) Whoops, forgot to add os_timer.c to project
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif