File diff r10570:e200b86ce378 → r10571:99cb9a95b4cf
src/economy_func.h
Show inline comments
 
@@ -31,12 +31,13 @@ extern uint16 _cargo_payment_rates_frac[
 

	
 
int UpdateCompanyRatingAndValue(Company *c, bool update);
 
Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode);
 
void DeleteSubsidyWithTown(TownID index);
 
void DeleteSubsidyWithIndustry(IndustryID index);
 
void DeleteSubsidyWithStation(StationID index);
 
void StartupIndustryDailyChanges(bool init_counter);
 

	
 
Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);
 
uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount);
 

	
 
void VehiclePayment(Vehicle *front_v);
 
void LoadUnloadStation(Station *st);