| 1227 | |
| 1228 | int GetSelectedClass() const override { return _roadstop_gui.sel_class; } |
| 1229 | void SetSelectedClass(int id) const override { _roadstop_gui.sel_class = this->GetClassIndex(id); } |
| 1230 | |
| 1231 | StringID GetClassName(int id) const override |
| 1232 | { |
nothing calls this directly
no test coverage detected