sound/cocoa_s.h
author Darkvater
Fri, 10 Nov 2006 11:45:50 +0000
changeset 5066 72aa68614963
parent 2743 b3a6f4ddfdb8
permissions -rw-r--r--
(svn r7124) -Fix (r37xx): sizeof(bool) = 4 for (certain) OSX do not assume it is 1. This would break
the saving of certain values to the config. Thanks PandaMojo ford ebugging.
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif