summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-02-05 19:46:20 +0000
committerpeter1138 <peter1138@openttd.org>2006-02-05 19:46:20 +0000
commitab771e4ff0582a4dbfd1757a4a00e468797992b0 (patch)
tree11bc72136b7e93b213607dc4a0fcb047dcde213a /train_cmd.c
parent208a4b4944525b9be53bacbabd11652ba777e4c7 (diff)
downloadopenttd-ab771e4ff0582a4dbfd1757a4a00e468797992b0.tar.xz
(svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/train_cmd.c b/train_cmd.c
index ce67e3bb3..3b0347a7a 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -22,6 +22,7 @@
#include "waypoint.h"
#include "vehicle_gui.h"
#include "train.h"
+#include "newgrf_callbacks.h"
#include "newgrf_engine.h"
static bool TrainCheckIfLineEnds(Vehicle *v);