diff options
Diffstat (limited to 'src/industrytype.h')
-rw-r--r-- | src/industrytype.h | 1 |
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; |