economy.h
changeset 2630 7206058a7e82
parent 2522 c250fcafaba6
child 3344 fc86351d4641
equal deleted inserted replaced
2629:78f87f273407 2630:7206058a7e82
    58 int UpdateCompanyRatingAndValue(Player *p, bool update);
    58 int UpdateCompanyRatingAndValue(Player *p, bool update);
    59 void UpdatePlayerHouse(Player *p, uint score);
    59 void UpdatePlayerHouse(Player *p, uint score);
    60 
    60 
    61 
    61 
    62 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    62 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    63 Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
    63 Pair SetupSubsidyDecodeParam(const Subsidy* s, bool mode);
    64 void DeleteSubsidyWithIndustry(uint16 index);
    64 void DeleteSubsidyWithIndustry(uint16 index);
    65 void DeleteSubsidyWithStation(uint16 index);
    65 void DeleteSubsidyWithStation(uint16 index);
    66 
    66 
    67 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
    67 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
    68 uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount);
    68 uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount);