sound/null_s.h
author tron
Sat, 23 Jul 2005 15:48:00 +0000
changeset 2174 24d868f1c576
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif