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
commit07bdd6c3cc75bdb0f6b6180e763c264be5ea3fad (patch)
tree689c15a9e4c69b6092adb8178a4209a3fc4ed27b /src/economy.h
parent5f0e384ac0b2f45dbde420e35ea7a35062ed7960 (diff)
downloadopenttd-07bdd6c3cc75bdb0f6b6180e763c264be5ea3fad.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 */