diff src/roadveh.h @ 5786:d63183d407e9 draft

(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
author bjarni <bjarni@openttd.org>
date Mon, 22 Jan 2007 02:09:51 +0000 (2007-01-22)
parents eabf4b86aed6
children 4a39d6291d58
line wrap: on
line diff
--- a/src/roadveh.h
+++ b/src/roadveh.h
@@ -17,6 +17,7 @@
 	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 */