(svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry.

This commit is contained in:
frosch
2012-09-08 12:14:00 +00:00
parent 8aa27f09fe
commit bcac3d16b6
8 changed files with 43 additions and 2 deletions

View File

@@ -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;