(svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback.

This commit is contained in:
alberth
2010-03-14 19:59:45 +00:00
parent 6ef68f5d42
commit db1c6b7a81
3 changed files with 26 additions and 5 deletions

View File

@@ -107,6 +107,9 @@ CommandCallback CcCloneVehicle;
/* group_gui.cpp */
CommandCallback CcCreateGroup;
/* industry_gui.cpp */
CommandCallback CcBuildIndustry;
/* main_gui.cpp */
CommandCallback CcPlaySound10;
CommandCallback CcPlaceSign;