Files @ r5070:6da414a78d0e
Branch filter:

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

Darkvater
(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1)
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif