tron@2186: /* $Id$ */ tron@2186: tron@2189: #include "../stdafx.h" tron@2189: #include "../openttd.h" tron@2189: #include "null_s.h" tron@2174: tron@2174: static const char *NullSoundStart(const char * const *parm) { return NULL; } tron@2174: static void NullSoundStop(void) {} tron@2174: tron@2174: const HalSoundDriver _null_sound_driver = { tron@2174: NullSoundStart, tron@2174: NullSoundStop, tron@2174: };