summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-25 15:24:02 +0000
committeralberth <alberth@openttd.org>2012-11-25 15:24:02 +0000
commitfb892f4b2060344b1ca1dbcb9b120aa628fc4785 (patch)
treee2a734f9c08ae6ab494c55d2dfb58db31fce05f4 /src/gui.h
parente67c717c2f167e5763ebc8dc730d8681ea768e6e (diff)
downloadopenttd-fb892f4b2060344b1ca1dbcb9b120aa628fc4785.tar.xz
(svn r24763) -Feature: Add industry type and cargo dropdown selection for easier navigating in the industry chain window.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 43fa310b3..47e687206 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -48,6 +48,7 @@ void ShowAboutWindow();
void ShowBuildTreesToolbar();
void ShowTownDirectory();
void ShowIndustryDirectory();
+void ShowIndustryCargoesWindow();
void ShowSubsidiesList();
void ShowGoalsList();
void ShowGoalQuestion(uint16 id, byte type, uint32 button_mask, const char *question);