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/rail_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_cmd.cpp') diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp index 78227bb38..e733a61eb 100644 --- a/src/rail_cmd.cpp +++ b/src/rail_cmd.cpp @@ -21,7 +21,6 @@ #include "pathfind.h" #include "engine.h" #include "town.h" -#include "sound.h" #include "station.h" #include "sprite.h" #include "depot.h" @@ -41,6 +40,7 @@ #include "tunnelbridge_map.h" #include "window_func.h" #include "vehicle_func.h" +#include "sound_func.h" const byte _track_sloped_sprites[14] = { -- cgit v1.2.3-54-g00ecf