From ab8503f5a5a377a38b6a0ce36a6170c4f83c6b37 Mon Sep 17 00:00:00 2001 From: maedhros Date: Fri, 1 Jun 2007 11:41:02 +0000 Subject: (svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own. --- src/build_vehicle_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/build_vehicle_gui.cpp') diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp index ad02f8557..430ffca67 100644 --- a/src/build_vehicle_gui.cpp +++ b/src/build_vehicle_gui.cpp @@ -15,6 +15,7 @@ #include "window.h" #include "gui.h" #include "vehicle.h" +#include "articulated_vehicles.h" #include "gfx.h" #include "station.h" #include "command.h" -- cgit v1.2.3-54-g00ecf