summaryrefslogtreecommitdiff
path: root/src/industry_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/industry_cmd.h')
-rw-r--r--src/industry_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_cmd.h b/src/industry_cmd.h
index b4d965f64..21d9200a3 100644
--- a/src/industry_cmd.h
+++ b/src/industry_cmd.h
@@ -23,6 +23,6 @@ CommandCost CmdIndustryCtrl(DoCommandFlag flags, IndustryID ind_id, IndustryActi
DEF_CMD_TRAIT(CMD_BUILD_INDUSTRY, CmdBuildIndustry, CMD_DEITY, CMDT_LANDSCAPE_CONSTRUCTION)
DEF_CMD_TRAIT(CMD_INDUSTRY_CTRL, CmdIndustryCtrl, CMD_DEITY | CMD_STR_CTRL, CMDT_OTHER_MANAGEMENT)
-CommandCallback CcBuildIndustry;
+void CcBuildIndustry(Commands cmd, const CommandCost &result, TileIndex tile, IndustryType indtype, uint32, bool, uint32);
#endif /* INDUSTRY_CMD_H */