summaryrefslogtreecommitdiff
path: root/src/economy.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-14 16:07:05 +0000
committerrubidium <rubidium@openttd.org>2007-05-14 16:07:05 +0000
commitc7d57379fbdda52590cddb83240934da6b5e8b21 (patch)
tree689c15a9e4c69b6092adb8178a4209a3fc4ed27b /src/economy.h
parentd7b4fb80d0e14ca3f8d56cda920e7f0d4e81419d (diff)
downloadopenttd-c7d57379fbdda52590cddb83240934da6b5e8b21.tar.xz
(svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading.
Diffstat (limited to 'src/economy.h')
-rw-r--r--src/economy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy.h b/src/economy.h
index a61bab709..504dae3e1 100644
--- a/src/economy.h
+++ b/src/economy.h
@@ -69,5 +69,6 @@ int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, C
uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount);
void VehiclePayment(Vehicle *front_v);
+void LoadUnloadStation(Station *st);
#endif /* ECONOMY_H */