equal
deleted
inserted
replaced
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 */ |