src/cargotype.h
changeset 6469 05a2e97144ec
parent 6449 e520244dc71e
child 6474 24e7ceeb25f5
--- a/src/cargotype.h	Sat Feb 24 19:26:45 2007 +0000
+++ b/src/cargotype.h	Sat Feb 24 19:36:47 2007 +0000
@@ -47,6 +47,8 @@
 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 */