From 6ccbfffbeabf2c7c814a5b251265201f86581571 Mon Sep 17 00:00:00 2001 From: bjarni Date: Mon, 22 Jan 2007 02:09:51 +0000 Subject: (svn r8338) -Codechange: merged road vehicle build window into the other ones Note: now all build vehicle windows are merged into build_vehicle_gui.cpp --- src/roadveh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/roadveh.h') diff --git a/src/roadveh.h b/src/roadveh.h index e0c497b46..7490d35d8 100644 --- a/src/roadveh.h +++ b/src/roadveh.h @@ -17,6 +17,7 @@ static inline bool IsRoadVehInDepotStopped(const Vehicle* v) return IsRoadVehInDepot(v) && v->vehstatus & VS_STOPPED; } +void CcBuildRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2); void CcCloneRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2); #endif /* ROADVEH_H */ -- cgit v1.2.3-54-g00ecf