sound/cocoa_s.h
author peter1138
Thu, 28 Dec 2006 16:11:07 +0000
changeset 5401 b329aa268ce4
parent 2743 a6c91eb763e8
permissions -rw-r--r--
(svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used.
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif