Files @ r2760:b021dc87dfb7
Branch filter:

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

truelight
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif