src/economy.h
branchcpp_gui
changeset 6303 84c215fc8eb8
parent 6298 c30fe89622df
child 9911 0b8b245a2391
equal deleted inserted replaced
6302:bd80897189ba 6303:84c215fc8eb8
    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 */