src/openttd.h
changeset 8774 76293e58774e
parent 8773 1fabd174dbc8
child 8775 fd5e36ec9f6c
equal deleted inserted replaced
8773:1fabd174dbc8 8774:76293e58774e
    11 // Forward declarations of structs.
    11 // Forward declarations of structs.
    12 struct Waypoint;
    12 struct Waypoint;
    13 typedef byte LandscapeID;
    13 typedef byte LandscapeID;
    14 typedef uint16 EngineID;
    14 typedef uint16 EngineID;
    15 typedef uint16 UnitID;
    15 typedef uint16 UnitID;
    16 
       
    17 typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
       
    18 
    16 
    19 /* IDs used in Pools */
    17 /* IDs used in Pools */
    20 typedef uint16 WaypointID;
    18 typedef uint16 WaypointID;
    21 typedef uint16 EngineRenewID;
    19 typedef uint16 EngineRenewID;
    22 
    20