From 5b49e754535d48bb42575bc987e9c8f3251cf595 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 23:26:02 +0000 Subject: (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h --- src/openttd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index ec68bf914..7fd02174b 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -26,10 +26,10 @@ struct Pair { }; #include "map.h" -#include "slope.h" +#include "slope_type.h" +#include "vehicle_type.h" // Forward declarations of structs. -struct Vehicle; struct Depot; struct Waypoint; struct Station; @@ -55,7 +55,6 @@ static const StringID INVALID_STRING_ID = 0xFFFF; typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp) /* IDs used in Pools */ -typedef uint16 VehicleID; typedef uint16 StationID; static const StationID INVALID_STATION = 0xFFFF; typedef uint16 RoadStopID; -- cgit v1.2.3-54-g00ecf