File diff r25635:0322ee894c0f → r25636:7c2fc0b1c9aa
src/subsidy_func.h
Show inline comments
 
@@ -15,8 +15,9 @@
 
#include "company_type.h"
 
#include "cargo_type.h"
 
#include "news_type.h"
 
#include "subsidy_base.h"
 

	
 
std::pair<NewsReferenceType, NewsReferenceType> SetupSubsidyDecodeParam(const struct Subsidy *s, bool mode);
 
std::pair<NewsReferenceType, NewsReferenceType> SetupSubsidyDecodeParam(const struct Subsidy *s, SubsidyDecodeParamType mode);
 
void DeleteSubsidyWith(SourceType type, SourceID index);
 
bool CheckSubsidised(CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st);
 
void RebuildSubsidisedSourceAndDestinationCache();