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/industry_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_cmd.cpp') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index d38beb3fd..66c183e23 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -17,7 +17,6 @@ #include "town.h" #include "news.h" #include "saveload.h" -#include "sound.h" #include "variables.h" #include "table/industry_land.h" #include "table/build_industry.h" @@ -40,6 +39,7 @@ #include "window_func.h" #include "date_func.h" #include "vehicle_func.h" +#include "sound_func.h" void ShowIndustryViewWindow(int industry); void BuildOilRig(TileIndex tile); -- cgit v1.2.3-54-g00ecf