File diff r8107:82461791b7a2 → r8108:1d5bdeea7e20
src/openttd.h
Show inline comments
 
@@ -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 
 
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;