File diff r23377:8ad8aa4571c6 → r23378:505e1384af51
src/cargomonitor.h
Show inline comments
 
@@ -149,6 +149,6 @@ void ClearCargoPickupMonitoring(CompanyI
 
void ClearCargoDeliveryMonitoring(CompanyID company = INVALID_OWNER);
 
int32 GetDeliveryAmount(CargoMonitorID monitor, bool keep_monitoring);
 
int32 GetPickupAmount(CargoMonitorID monitor, bool keep_monitoring);
 
void AddCargoDelivery(CargoID cargo_type, CompanyID company, uint32 amount, SourceType src_type, SourceID src, const Station *st);
 
void AddCargoDelivery(CargoID cargo_type, CompanyID company, uint32 amount, SourceType src_type, SourceID src, const Station *st, IndustryID dest = INVALID_INDUSTRY);
 

	
 
#endif /* CARGOMONITOR_H */