(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_NULL_H
#define SOUND_NULL_H
#include "../hal.h"
extern const HalSoundDriver _null_sound_driver;
#endif