summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-22 02:09:51 +0000
committerbjarni <bjarni@openttd.org>2007-01-22 02:09:51 +0000
commit71d22b2f5e2152a9c78dc833acc80f7e457c2347 (patch)
tree1f61292e8f2a6f5505daf3630655f44b8c653f16 /src/roadveh.h
parent09c9fe501f03db04088df7598be609ef0a07b773 (diff)
downloadopenttd-71d22b2f5e2152a9c78dc833acc80f7e457c2347.tar.xz
(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
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h1
1 files changed, 1 insertions, 0 deletions
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 */