File diff r11994:d35358dacd9d → r11995:e01a309e6bf5
src/subsidy_func.h
Show inline comments
 
@@ -16,7 +16,7 @@ Pair SetupSubsidyDecodeParam(const Subsi
 
void DeleteSubsidyWithTown(TownID index);
 
void DeleteSubsidyWithIndustry(IndustryID index);
 
void DeleteSubsidyWithStation(StationID index);
 
bool CheckSubsidised(Station *from, Station *to, CargoID cargo_type);
 
bool CheckSubsidised(const Station *from, const Station *to, CargoID cargo_type);
 
void SubsidyMonthlyHandler();
 

	
 
#endif /* SUBSIDY_FUNC_H */