| 125 | |
| 126 | public: |
| 127 | BuildObjectWindow(WindowDesc &desc, WindowNumber) : PickerWindow(desc, nullptr, 0, ObjectPickerCallbacks::instance) |
| 128 | { |
| 129 | ResetObjectToPlace(); |
| 130 | this->ConstructWindow(); |
| 131 | } |
| 132 | |
| 133 | std::string GetWidgetString(WidgetID widget, StringID stringid) const override |
| 134 | { |
nothing calls this directly
no test coverage detected