src/openttd.h
changeset 7506 e52d89f5c7c1
parent 7498 ce6588257e8d
child 7634 d167f8ce8dbb
equal deleted inserted replaced
7505:94a7391e0377 7506:e52d89f5c7c1
    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;