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/tunnelbridge_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tunnelbridge_cmd.cpp') diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp index 7407111f9..d1512baef 100644 --- a/src/tunnelbridge_cmd.cpp +++ b/src/tunnelbridge_cmd.cpp @@ -20,7 +20,6 @@ #include "command_func.h" #include "player.h" #include "town.h" -#include "sound.h" #include "variables.h" #include "bridge.h" #include "train.h" @@ -35,6 +34,7 @@ #include "date_func.h" #include "functions.h" #include "vehicle_func.h" +#include "sound_func.h" const Bridge orig_bridge[] = { -- cgit v1.2.3-54-g00ecf