summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-07-23 18:39:02 +0000
committeralberth <alberth@openttd.org>2010-07-23 18:39:02 +0000
commit85c775e7f355486e2ff9bf7bd85c1055b2ec71ca (patch)
tree602c92db7b56079420f07592bdd81c2dfd419c3e /src/window_type.h
parenta8032ab75f5b3ff27bab326c5933c81585f711c8 (diff)
downloadopenttd-85c775e7f355486e2ff9bf7bd85c1055b2ec71ca.tar.xz
(svn r20206) -Feature: Display suppliers and customers of an industry or cargo.
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 8cd45c64f..9eec2eead 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -108,6 +108,7 @@ enum WindowClass {
WC_AI_SETTINGS,
WC_NEWGRF_INSPECT,
WC_SPRITE_ALIGNER,
+ WC_INDUSTRY_CARGOES,
WC_INVALID = 0xFFFF
};