sound/cocoa_s.h
author tron
Sun, 23 Apr 2006 13:48:16 +0000
changeset 3636 a36cc46e754d
parent 2743 a6c91eb763e8
permissions -rw-r--r--
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif