summaryrefslogtreecommitdiff
path: root/roadveh.h
diff options
context:
space:
mode:
Diffstat (limited to 'roadveh.h')
-rw-r--r--roadveh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/roadveh.h b/roadveh.h
index 9d5800e6d..a30d6d536 100644
--- a/roadveh.h
+++ b/roadveh.h
@@ -13,3 +13,5 @@ static inline bool IsRoadVehInDepotStopped(const Vehicle* v)
{
return IsRoadVehInDepot(v) && v->vehstatus & VS_STOPPED;
}
+
+void CcCloneRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2);