| 1172 | } |
| 1173 | |
| 1174 | bool IsNewGRFInspectable() const override |
| 1175 | { |
| 1176 | return ::IsNewGRFInspectable(GSF_INDUSTRIES, this->window_number); |
| 1177 | } |
| 1178 | |
| 1179 | void ShowNewGRFInspectWindow() const override |
| 1180 | { |
nothing calls this directly
no test coverage detected