| 1177 | } |
| 1178 | |
| 1179 | void ShowNewGRFInspectWindow() const override |
| 1180 | { |
| 1181 | ::ShowNewGRFInspectWindow(GSF_INDUSTRIES, this->window_number); |
| 1182 | } |
| 1183 | }; |
| 1184 | |
| 1185 | static void UpdateIndustryProduction(Industry *i) |
nothing calls this directly
no test coverage detected