station.h
changeset 1680 0ca4f679c154
parent 1551 eb05e6a90e67
child 1685 b9cfe79393c0
--- a/station.h	Mon Apr 11 20:19:41 2005 +0000
+++ b/station.h	Mon Apr 11 20:54:25 2005 +0000
@@ -270,6 +270,7 @@
 uint GetNumRoadStops(const Station *st, RoadStopType type);
 RoadStop * GetPrimaryRoadStop(const Station *st, RoadStopType type);
 RoadStop * AllocateRoadStop( void );
+void ClearSlot(Vehicle *v, RoadStop *rs);
 
 static inline bool IsTrainStationTile(uint tile) {
 	return IsTileType(tile, MP_STATION) && IS_BYTE_INSIDE(_map5[tile], 0, 8);