summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-04-17 19:44:16 +0000
committermichi_cc <michi_cc@openttd.org>2012-04-17 19:44:16 +0000
commit37e321044a1c32873980fc6d75c45011639ca2f3 (patch)
treeaefe8b92c5cc387d178e23fad1dafd7cbc2aa872 /src/command_func.h
parent0daf3509227d476d7c869ce5c74906d7e3214565 (diff)
downloadopenttd-37e321044a1c32873980fc6d75c45011639ca2f3.tar.xz
(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo)
Diffstat (limited to 'src/command_func.h')
-rw-r--r--src/command_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_func.h b/src/command_func.h
index df5f099a7..c4cc51e3d 100644
--- a/src/command_func.h
+++ b/src/command_func.h
@@ -91,6 +91,7 @@ CommandCallback CcGame;
/* group_gui.cpp */
CommandCallback CcCreateGroup;
+CommandCallback CcAddVehicleNewGroup;
/* industry_gui.cpp */
CommandCallback CcBuildIndustry;