economy.h
changeset 240 f1efbac04112
parent 239 23958632a582
child 820 924f78b43e9e
equal deleted inserted replaced
239:23958632a582 240:f1efbac04112
    68 
    68 
    69 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    69 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    70 Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
    70 Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
    71 void DeleteSubsidyWithIndustry(byte index);
    71 void DeleteSubsidyWithIndustry(byte index);
    72 void DeleteSubsidyWithStation(byte index);
    72 void DeleteSubsidyWithStation(byte index);
    73 void RemoteSubsidyAdd(Subsidy *s_new); 
    73 void RemoteSubsidyAdd(Subsidy *s_new);
    74 
    74 
    75 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
    75 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
    76 uint MoveGoodsToStation(uint tile, int w, int h, int type, uint amount);
    76 uint MoveGoodsToStation(uint tile, int w, int h, int type, uint amount);
    77 
    77 
    78 #endif /* ECONOMY_H */
    78 #endif /* ECONOMY_H */