From e5e75bd8f8f7df43ff39f2cb15bd12d200f1131f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 29 Dec 2007 09:24:26 +0000 Subject: (svn r11719) -Codechange: split sound.h in a header with types and one with functions. --- src/music/extmidi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/music') diff --git a/src/music/extmidi.cpp b/src/music/extmidi.cpp index fdc9923f0..821c0132e 100644 --- a/src/music/extmidi.cpp +++ b/src/music/extmidi.cpp @@ -3,7 +3,7 @@ #ifndef __MORPHOS__ #include "../stdafx.h" #include "../openttd.h" -#include "../sound.h" +#include "../sound_func.h" #include "../string.h" #include "../variables.h" #include "../debug.h" -- cgit v1.2.3-54-g00ecf