sound/cocoa_s.h
author truelight
Fri, 14 Jul 2006 18:14:08 +0000
changeset 4139 611ec4ec9a3b
parent 2743 a6c91eb763e8
permissions -rw-r--r--
(svn r5497) -Fix: somehow in r5315 slipped some wrong logic, allowed you to build rail on all road pieces without really building it ;)
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif