Files @ r3392:78e55e34ff91
Branch filter:

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

celestar
(svn r4200) -Codechange: Make use of water map accessors when getting the Index of a Ship Depot. TODO: Store the depot index in the map
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif