summaryrefslogtreecommitdiff
path: root/train.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-01-18 15:05:01 +0000
committerbjarni <bjarni@openttd.org>2006-01-18 15:05:01 +0000
commita4d1725de75f43b30df61b36185722d8edc9642d (patch)
tree2589f397d6cadd825e634a774f30c2fd7055752c /train.h
parent2b31f5fe7e19e529c80e534ac47f66dc97e5c7fb (diff)
downloadopenttd-a4d1725de75f43b30df61b36185722d8edc9642d.tar.xz
(svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved
instead the pointers are generated on load
Diffstat (limited to 'train.h')
-rw-r--r--train.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/train.h b/train.h
index 9cb3a78d2..8399e8cc2 100644
--- a/train.h
+++ b/train.h
@@ -205,4 +205,7 @@ static inline Vehicle *GetLastEnginePart(Vehicle *v)
return v;
}
+void ConvertOldMultiheadToNew(void);
+void ConnectMultiheadedTrains(void);
+
#endif /* TRAIN_H */