(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 eadbb5764b
commit 6083d6ffb4
7 changed files with 413 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ enum WindowClass {
WC_GRF_PARAMETERS,
WC_BUILD_OBJECT,
WC_NEWGRF_TEXTFILE,
WC_COMPANY_INFRASTRUCTURE,
WC_INVALID = 0xFFFF
};