economy.h
changeset 2522 c250fcafaba6
parent 2508 1926793f2977
child 2630 7206058a7e82
equal deleted inserted replaced
2521:e7eb2535b206 2522:c250fcafaba6
    61 
    61 
    62 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    62 VARDEF Subsidy _subsidies[MAX_PLAYERS];
    63 Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
    63 Pair SetupSubsidyDecodeParam(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 void RemoteSubsidyAdd(Subsidy *s_new);
       
    67 
    66 
    68 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);
    69 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);
    70 
    69 
    71 #endif /* ECONOMY_H */
    70 #endif /* ECONOMY_H */