summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-12-03 23:40:08 +0000
committermichi_cc <michi_cc@openttd.org>2011-12-03 23:40:08 +0000
commit6083d6ffb4b10ffd6e23e27183000cdb190d1ac7 (patch)
tree1b7814e1bacced2421db555655de3f3ade29f2c7 /src/window_type.h
parenteadbb5764b9a0e1edbd50706c824063c3cc2836d (diff)
downloadopenttd-6083d6ffb4b10ffd6e23e27183000cdb190d1ac7.tar.xz
(svn r23410) -Add: A window with a detailed overview over the infrastructure of a company.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index e6e1da192..22acaeb63 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -113,6 +113,7 @@ enum WindowClass {
WC_GRF_PARAMETERS,
WC_BUILD_OBJECT,
WC_NEWGRF_TEXTFILE,
+ WC_COMPANY_INFRASTRUCTURE,
WC_INVALID = 0xFFFF
};