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
commit2181e11c18ee1b01a54ec07db3b8291e35dbbe86 (patch)
tree9bd6af213885bd0dbe1015e453857037089789bc /src/build_vehicle_gui.cpp
parentabdffa410dffcf19b27f3c77ca76a06f46285356 (diff)
downloadopenttd-2181e11c18ee1b01a54ec07db3b8291e35dbbe86.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"