Files @ r5433:2fbd2e8f1409
Branch filter:

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

bjarni
(svn r7639) -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz)
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif