| 94 | } |
| 95 | |
| 96 | static void setVehicleTypeAvailable(Window& self, VehicleType vehicleType) |
| 97 | { |
| 98 | self.var_846 |= (1U << enumValue(vehicleType)); |
| 99 | } |
| 100 | |
| 101 | // Defined at the bottom of this file. |
| 102 | static void onMouseUp(Window& self, WidgetIndex_t widgetIndex, const WidgetId id); |
no test coverage detected