sound/cocoa_s.h
author peter1138
Fri, 03 Feb 2006 07:45:58 +0000
changeset 2961 f83710dba47c
parent 2743 a6c91eb763e8
permissions -rw-r--r--
(svn r3523) Undefine helper macros after using them
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif