| 1648 | static inline bool replace; |
| 1649 | |
| 1650 | BuildHouseWindow(WindowDesc &desc, Window *parent) : PickerWindow(desc, parent, 0, HousePickerCallbacks::instance) |
| 1651 | { |
| 1652 | HousePickerCallbacks::instance.SetClimateMask(); |
| 1653 | this->ConstructWindow(); |
| 1654 | } |
| 1655 | |
| 1656 | void UpdateSelectSize(const HouseSpec *spec) |
| 1657 | { |
nothing calls this directly
no test coverage detected