| 763 | }; |
| 764 | |
| 765 | void ShowBuildIndustryWindow() |
| 766 | { |
| 767 | if (_game_mode != GM_EDITOR && !Company::IsValidID(_local_company)) return; |
| 768 | if (BringWindowToFrontById(WC_BUILD_INDUSTRY, 0)) return; |
| 769 | new BuildIndustryWindow(); |
| 770 | } |
| 771 | |
| 772 | static void UpdateIndustryProduction(Industry *i); |
| 773 |
no test coverage detected