(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo)

This commit is contained in:
michi_cc
2012-04-17 19:44:16 +00:00
parent ddb44528d7
commit 83a0b3cf1d
5 changed files with 29 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ CommandCallback CcGame;
/* group_gui.cpp */
CommandCallback CcCreateGroup;
CommandCallback CcAddVehicleNewGroup;
/* industry_gui.cpp */
CommandCallback CcBuildIndustry;