music/null_m.c
changeset 2189 5cdc11ffeaa4
parent 2186 db48cf29b983
equal deleted inserted replaced
2188:640a0a5f77ea 2189:5cdc11ffeaa4
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "stdafx.h"
     3 #include "../stdafx.h"
     4 #include "openttd.h"
     4 #include "../openttd.h"
     5 #include "music/null_m.h"
     5 #include "null_m.h"
     6 
     6 
     7 static const char* NullMidiStart(const char* const* parm) { return NULL; }
     7 static const char* NullMidiStart(const char* const* parm) { return NULL; }
     8 static void NullMidiStop(void) {}
     8 static void NullMidiStop(void) {}
     9 static void NullMidiPlaySong(const char *filename) {}
     9 static void NullMidiPlaySong(const char *filename) {}
    10 static void NullMidiStopSong(void) {}
    10 static void NullMidiStopSong(void) {}