From 445a733eb60eb53307bdae94c9ccb83a3007e32d 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/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 992df4695..5fc0b2221 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -23,7 +23,6 @@ #include "openttd.h" #include "currency.h" #include "screenshot.h" -#include "sound.h" #include "string.h" #include "variables.h" #include "network/network.h" @@ -42,6 +41,7 @@ #include "window_func.h" #include "strings_func.h" #include "vehicle_func.h" +#include "sound_func.h" #ifdef WITH_FREETYPE #include "fontcache.h" #endif -- cgit v1.2.3-54-g00ecf