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/road_gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/road_gui.cpp') diff --git a/src/road_gui.cpp b/src/road_gui.cpp index 9722ede36..443009511 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -10,17 +10,16 @@ #include "window_gui.h" #include "station_gui.h" #include "viewport.h" -#include "sound.h" #include "command_func.h" #include "variables.h" #include "road_cmd.h" #include "road_map.h" #include "station_map.h" -//needed for catchments #include "station.h" #include "functions.h" #include "window_func.h" #include "vehicle_func.h" +#include "sound_func.h" static void ShowRVStationPicker(RoadStop::Type rs); -- cgit v1.2.3-54-g00ecf