src/economy.h
changeset 7318 632cd0497770
parent 7244 8e6293476b5c
equal deleted inserted replaced
7317:e61af9d8a2b3 7318:632cd0497770
    59 extern int _score_part[MAX_PLAYERS][SCORE_END];
    59 extern int _score_part[MAX_PLAYERS][SCORE_END];
    60 
    60 
    61 int UpdateCompanyRatingAndValue(Player *p, bool update);
    61 int UpdateCompanyRatingAndValue(Player *p, bool update);
    62 
    62 
    63 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    63 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    64 Pair SetupSubsidyDecodeParam(const Subsidy* s, bool mode);
    64 Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode);
    65 void DeleteSubsidyWithTown(TownID index);
    65 void DeleteSubsidyWithTown(TownID index);
    66 void DeleteSubsidyWithIndustry(IndustryID index);
    66 void DeleteSubsidyWithIndustry(IndustryID index);
    67 void DeleteSubsidyWithStation(StationID index);
    67 void DeleteSubsidyWithStation(StationID index);
    68 
    68 
    69 Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);
    69 Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);