sound/null_s.h
author tron
Mon, 25 Jul 2005 07:16:10 +0000
changeset 2189 d240b9097139
parent 2186 461a2aff3486
permissions -rw-r--r--
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif