* Show the window with the overview of the company. * @param company The company to show the window for. */
| 2305 | * @param company The company to show the window for. |
| 2306 | */ |
| 2307 | void ShowCompany(CompanyID company) |
| 2308 | { |
| 2309 | if (!Company::IsValidID(company)) return; |
| 2310 | |
| 2311 | AllocateWindowDescFront<CompanyWindow>(_company_desc, company); |
| 2312 | } |
| 2313 | |
| 2314 | /** |
| 2315 | * Redraw all windows with company infrastructure counts. |
no outgoing calls
no test coverage detected