summaryrefslogtreecommitdiff
path: root/src/industrytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/industrytype.h')
-rw-r--r--src/industrytype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/industrytype.h b/src/industrytype.h
index b4d653c53..e41b0ed8e 100644
--- a/src/industrytype.h
+++ b/src/industrytype.h
@@ -183,6 +183,11 @@ void ResetIndustries();
extern IndustrySpec _industry_specs[NUM_INDUSTRYTYPES];
extern IndustryTileSpec _industry_tile_specs[NUM_INDUSTRYTILES];
+/* industry_gui.cpp */
+void SortIndustryTypes();
+/* Industry types sorted alphabetically by name. */
+extern IndustryType _sorted_industry_types[NUM_INDUSTRYTYPES];
+
/**
* Do industry gfx ID translation for NewGRFs.
* @param gfx the type to get the override for.