equal
deleted
inserted
replaced
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 */ |