src/train.h
changeset 5779 a694ce1457bb
parent 5475 2e6990a8c7c4
child 6247 7d81e3a5d803
--- a/src/train.h	Sun Jan 21 20:54:29 2007 +0000
+++ b/src/train.h	Sun Jan 21 22:50:43 2007 +0000
@@ -220,6 +220,8 @@
 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);