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/disaster_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index 81bff49cc..985ae8866 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -32,7 +32,6 @@ #include "industry.h" #include "player.h" #include "airport.h" -#include "sound.h" #include "variables.h" #include "table/sprites.h" #include "strings_func.h" @@ -40,6 +39,7 @@ #include "functions.h" #include "vehicle_func.h" #include "vehicle_base.h" +#include "sound_func.h" enum DisasterSubType { ST_Zeppeliner, -- cgit v1.2.3-54-g00ecf