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/dock_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dock_gui.cpp') diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 92f3a7e41..d64a30134 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -12,12 +12,12 @@ #include "window_gui.h" #include "station_gui.h" #include "viewport.h" -#include "sound.h" #include "command_func.h" #include "variables.h" #include "water.h" #include "window_func.h" #include "vehicle_func.h" +#include "sound_func.h" static void ShowBuildDockStationPicker(); static void ShowBuildDocksDepotPicker(); -- cgit v1.2.3-54-g00ecf