summaryrefslogtreecommitdiff
path: root/train.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-05 11:26:59 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-05 11:26:59 +0000
commitcdfac3d7b74e0ef019e4833130dba99af058b93a (patch)
treeca4ece70915234332e983255532d562a32faaced /train.h
parent16271dfaaccddafd8bd349e6345378417823a87e (diff)
downloadopenttd-cdfac3d7b74e0ef019e4833130dba99af058b93a.tar.xz
(svn r6649) - Codechange: Show more correct capacity of articulated wagons in the train purchase list.
Diffstat (limited to 'train.h')
-rw-r--r--train.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/train.h b/train.h
index 5dcf2d4f3..7e1b38239 100644
--- a/train.h
+++ b/train.h
@@ -217,6 +217,7 @@ static inline Vehicle *GetNextVehicle(const Vehicle *v)
void ConvertOldMultiheadToNew(void);
void ConnectMultiheadedTrains(void);
+uint CountArticulatedParts(EngineID engine_type);
int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
void CcCloneTrain(bool success, TileIndex tile, uint32 p1, uint32 p2);