sound/null.c
changeset 2174 24d868f1c576
parent 2173 d828f2e748fe
child 2175 06415cf75dc1
--- 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,
-};