summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-03-14 19:59:45 +0000
committeralberth <alberth@openttd.org>2010-03-14 19:59:45 +0000
commitdb1c6b7a811fc10e4d598ede421b4ce4cee3c848 (patch)
treeb60db8f79b7c2a393eb826dfa2338a1519af4482 /src/command_func.h
parent6ef68f5d42ebe8551a45f650ef37198167628937 (diff)
downloadopenttd-db1c6b7a811fc10e4d598ede421b4ce4cee3c848.tar.xz
(svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback.
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;