src/cargotype.h
changeset 6143 dbca54e64e01
parent 6123 04eb770ec17e
child 6148 5247b66aad19
equal deleted inserted replaced
6142:80f876e7bb9f 6143:dbca54e64e01
    45 void SetupCargoForClimate(LandscapeID l);
    45 void SetupCargoForClimate(LandscapeID l);
    46 /* Retrieve cargo details for the given cargo ID */
    46 /* Retrieve cargo details for the given cargo ID */
    47 const CargoSpec *GetCargo(CargoID c);
    47 const CargoSpec *GetCargo(CargoID c);
    48 /* Get the cargo ID of a cargo bitnum */
    48 /* Get the cargo ID of a cargo bitnum */
    49 CargoID GetCargoIDByBitnum(byte bitnum);
    49 CargoID GetCargoIDByBitnum(byte bitnum);
       
    50 /* Get the cargo ID with the cargo label */
       
    51 CargoID GetCargoIDByLabel(CargoLabel cl);
    50 
    52 
    51 
    53 
    52 #endif /* CARGOTYPE_H */
    54 #endif /* CARGOTYPE_H */