diff options
Diffstat (limited to 'roadveh.h')
-rw-r--r-- | roadveh.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |