Feature: Add NotRoadTypes (NRT)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
RoadBits CleanUpRoadBits(const TileIndex tile, RoadBits org_rb);
|
||||
|
||||
CommandCost CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, RoadType rt, DoCommandFlag flags, bool town_check = true);
|
||||
CommandCost CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, RoadTramType rtt, DoCommandFlag flags, bool town_check = true);
|
||||
|
||||
void DrawRoadCatenary(const TileInfo *ti, RoadBits tram);
|
||||
void DrawRoadCatenary(const TileInfo *ti);
|
||||
|
||||
#endif /* ROAD_INTERNAL_H */
|
||||
|
Reference in New Issue
Block a user