changeset 2174 | 41d7c884dc52 |
parent 2173 | dabe358aec40 |
child 2175 | c29911d0d400 |
--- a/sound/null.c Sat Jul 23 15:34:05 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -#include "stdafx.h" -#include "openttd.h" -#include "sound/null.h" - -static const char *NullSoundStart(const char * const *parm) { return NULL; } -static void NullSoundStop(void) {} - -const HalSoundDriver _null_sound_driver = { - NullSoundStart, - NullSoundStop, -};