(svn r23410) -Add: A window with a detailed overview over the infrastructure of a company.

This commit is contained in:
michi_cc
2011-12-03 23:40:08 +00:00
parent cc680fbfa5
commit b68ced52c4
7 changed files with 413 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ void ShowCompany(CompanyID company);
void InvalidateCompanyWindows(const Company *c);
void DeleteCompanyWindows(CompanyID company);
void DirtyCompanyInfrastructureWindows(CompanyID company);
#endif /* COMPANY_GUI_H */