src/economy.h
changeset 6616 0b3835bdd796
parent 6565 96ef0ede4b83
child 6954 76ad0c521767
equal deleted inserted replaced
6615:74ec6e68e831 6616:0b3835bdd796
    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, CargoID type, uint amount);
    69 uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount);
    70 
    70 
    71 void VehiclePayment(Vehicle *front_v);
    71 void VehiclePayment(Vehicle *front_v);
       
    72 void LoadUnloadStation(Station *st);
    72 
    73 
    73 #endif /* ECONOMY_H */
    74 #endif /* ECONOMY_H */