economy.h
changeset 239 23958632a582
parent 193 0a7025304867
child 240 f1efbac04112
equal deleted inserted replaced
238:a73a3e50c7f9 239:23958632a582
    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 
    74 
    74 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);
    75 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);
    76 
    77 
    77 #endif /* ECONOMY_H */
    78 #endif /* ECONOMY_H */