summaryrefslogtreecommitdiff
path: root/src/industrytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/industrytype.h')
-rw-r--r--src/industrytype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industrytype.h b/src/industrytype.h
index 8aa566e7a..81025482a 100644
--- a/src/industrytype.h
+++ b/src/industrytype.h
@@ -136,6 +136,7 @@ struct IndustrySpec {
GRFFileProps grf_prop; ///< properties related to the grf file
bool IsRawIndustry() const;
+ bool IsProcessingIndustry() const;
Money GetConstructionCost() const;
Money GetRemovalCost() const;
bool UsesSmoothEconomy() const;