sound/cocoa_s.h
author tron
Thu, 05 Jan 2006 21:50:09 +0000
changeset 2820 9c36591b60c2
parent 2743 a6c91eb763e8
permissions -rw-r--r--
(svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough*
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif