src/openttd.h
changeset 7010 6f0d9f03180d
parent 7002 1bf6a62b0fcb
child 7138 67f99b0cc527
equal deleted inserted replaced
7009:9992ccf17e58 7010:6f0d9f03180d
    57 typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
    57 typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
    58 
    58 
    59 /* IDs used in Pools */
    59 /* IDs used in Pools */
    60 typedef uint16 VehicleID;
    60 typedef uint16 VehicleID;
    61 typedef uint16 StationID;
    61 typedef uint16 StationID;
       
    62 static const StationID INVALID_STATION = 0xFFFF;
    62 typedef uint16 RoadStopID;
    63 typedef uint16 RoadStopID;
    63 typedef uint16 TownID;
    64 typedef uint16 TownID;
    64 typedef uint16 IndustryID;
    65 typedef uint16 IndustryID;
    65 typedef uint16 DepotID;
    66 typedef uint16 DepotID;
    66 typedef uint16 WaypointID;
    67 typedef uint16 WaypointID;