| 265 | } |
| 266 | |
| 267 | uint16_t GetRoadStopCallback(CallbackID callback, uint32_t param1, uint32_t param2, const RoadStopSpec *roadstopspec, BaseStation *st, TileIndex tile, RoadType roadtype, StationType type, uint8_t view, std::span<int32_t> regs100) |
| 268 | { |
| 269 | RoadStopResolverObject object(roadstopspec, st, tile, roadtype, type, view, callback, param1, param2); |
| 270 | return object.ResolveCallback(regs100); |
| 271 | } |
| 272 | |
| 273 | /** |
| 274 | * Draw representation of a road stop tile for GUI purposes. |
no test coverage detected