(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
This commit is contained in:
bjarni
2007-01-22 02:09:51 +00:00
parent 09c9fe501f
commit 71d22b2f5e
6 changed files with 80 additions and 216 deletions

View File

@@ -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 */