summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_func.h')
-rw-r--r--src/command_func.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command_func.h b/src/command_func.h
index 30492f300..15c2611a8 100644
--- a/src/command_func.h
+++ b/src/command_func.h
@@ -107,6 +107,9 @@ CommandCallback CcCloneVehicle;
/* group_gui.cpp */
CommandCallback CcCreateGroup;
+/* industry_gui.cpp */
+CommandCallback CcBuildIndustry;
+
/* main_gui.cpp */
CommandCallback CcPlaySound10;
CommandCallback CcPlaceSign;