1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 10:39:10 +00:00

(svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them

This commit is contained in:
2006-02-05 19:46:20 +00:00
parent 208a4b4944
commit ab771e4ff0
4 changed files with 42 additions and 31 deletions

View File

@@ -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);