sound/cocoa_s.h
author tron
Wed, 22 Nov 2006 16:08:01 +0000
changeset 5147 db717cde801d
parent 2743 b3a6f4ddfdb8
permissions -rw-r--r--
(svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbars
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif