(svn r16640) -Codechange: move roadstop stuff to separate files
This commit is contained in:
@@ -30,9 +30,8 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
|
||||
|
||||
bool HasStationInUse(StationID station, CompanyID company);
|
||||
|
||||
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
|
||||
RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type);
|
||||
uint GetNumRoadStops(const Station *st, RoadStopType type);
|
||||
RoadStop * AllocateRoadStop();
|
||||
|
||||
void ClearSlot(struct RoadVehicle *v);
|
||||
|
||||
|
Reference in New Issue
Block a user