| 997 | |
| 998 | int GetSelectedClass() const override { return _station_gui.sel_class; } |
| 999 | void SetSelectedClass(int id) const override { _station_gui.sel_class = this->GetClassIndex(id); } |
| 1000 | |
| 1001 | StringID GetClassName(int id) const override |
| 1002 | { |
nothing calls this directly
no test coverage detected