File diff r12647:3ada08b745f5 → r12648:24c912bd53f6
src/subsidy_func.h
Show inline comments
 
@@ -13,7 +13,9 @@
 

	
 
Pair SetupSubsidyDecodeParam(const struct Subsidy *s, bool mode);
 
void DeleteSubsidyWith(SourceType type, SourceID index);
 
bool CheckSubsidised(const Station *from, const Station *to, CargoID cargo_type, CompanyID company);
 
bool CheckSubsidised(CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st);
 
void SubsidyMonthlyHandler();
 
void RebuildSubsidisedSourceAndDestinationCache();
 
void DeleteSubsidy(struct Subsidy *s);
 

	
 
#endif /* SUBSIDY_FUNC_H */