src/economy.h
branchgamebalance
changeset 9906 6f41b8713b65
parent 9895 7bd07f43b0e3
child 9911 0b8b245a2391
equal deleted inserted replaced
9905:91eca6fdee8d 9906:6f41b8713b65
    64 void DeleteSubsidyWithTown(TownID index);
    64 void DeleteSubsidyWithTown(TownID index);
    65 void DeleteSubsidyWithIndustry(IndustryID index);
    65 void DeleteSubsidyWithIndustry(IndustryID index);
    66 void DeleteSubsidyWithStation(StationID index);
    66 void DeleteSubsidyWithStation(StationID index);
    67 
    67 
    68 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);
    68 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);
    69 uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount);
    69 uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount);
    70 
    70 
    71 #endif /* ECONOMY_H */
    71 #endif /* ECONOMY_H */