summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-21 22:50:43 +0000
committerbjarni <bjarni@openttd.org>2007-01-21 22:50:43 +0000
commitb60e5c17cdfe0b2000260d3fb19db38867ff5e39 (patch)
tree5cdfb0db845b68db261d6dbe98833134fc24e429 /src/train.h
parent17c71f455752ff9e5d77bcee5022620fe37c657c (diff)
downloadopenttd-b60e5c17cdfe0b2000260d3fb19db38867ff5e39.tar.xz
(svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
-Codechange: merged train and aircraft build window code
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/train.h b/src/train.h
index aead2f2ca..ed7e2a962 100644
--- a/src/train.h
+++ b/src/train.h
@@ -220,6 +220,8 @@ void ConnectMultiheadedTrains(void);
uint CountArticulatedParts(EngineID engine_type);
int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
+void CcBuildLoco(bool success, TileIndex tile, uint32 p1, uint32 p2);
+void CcBuildWagon(bool success, TileIndex tile, uint32 p1, uint32 p2);
void CcCloneTrain(bool success, TileIndex tile, uint32 p1, uint32 p2);
byte FreightWagonMult(CargoID cargo);