(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only.

This commit is contained in:
peter1138
2007-02-24 19:36:47 +00:00
parent dfda6b7da4
commit 719f5c7930
4 changed files with 120 additions and 15 deletions

View File

@@ -47,6 +47,8 @@ void SetupCargoForClimate(LandscapeID l);
const CargoSpec *GetCargo(CargoID c);
/* Get the cargo ID of a cargo bitnum */
CargoID GetCargoIDByBitnum(byte bitnum);
/* Get the cargo ID with the cargo label */
CargoID GetCargoIDByLabel(CargoLabel cl);
#endif /* CARGOTYPE_H */