src/sound/null_s.h
author Darkvater
Mon, 12 Feb 2007 21:55:10 +0000
changeset 6314 f738bcf05ad6
parent 5726 8f399788f6c9
child 6720 35756db7e577
child 7666 a5fccd76176a
permissions -rw-r--r--
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif /* SOUND_NULL_H */