(svn r20206) -Feature: Display suppliers and customers of an industry or cargo.

This commit is contained in:
alberth
2010-07-23 18:39:02 +00:00
parent a8032ab75f
commit 85c775e7f3
3 changed files with 1148 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ enum WindowClass {
WC_AI_SETTINGS,
WC_NEWGRF_INSPECT,
WC_SPRITE_ALIGNER,
WC_INDUSTRY_CARGOES,
WC_INVALID = 0xFFFF
};