summaryrefslogtreecommitdiff
path: root/src/build_vehicle_gui.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-06-01 11:41:02 +0000
committermaedhros <maedhros@openttd.org>2007-06-01 11:41:02 +0000
commitab8503f5a5a377a38b6a0ce36a6170c4f83c6b37 (patch)
tree9bd6af213885bd0dbe1015e453857037089789bc /src/build_vehicle_gui.cpp
parentdce1101039d8a5a104ee59df36b15f1909503b12 (diff)
downloadopenttd-ab8503f5a5a377a38b6a0ce36a6170c4f83c6b37.tar.xz
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
Diffstat (limited to 'src/build_vehicle_gui.cpp')
-rw-r--r--src/build_vehicle_gui.cpp1
1 files changed, 1 insertions, 0 deletions
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"