(svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window when they are deleted.

This commit is contained in:
frosch
2009-01-08 21:16:19 +00:00
parent 17a9bab142
commit b522f73ba8
3 changed files with 32 additions and 0 deletions

View File

@@ -8,5 +8,6 @@
#include "vehicle_type.h"
void ShowCompanyGroup(CompanyID company, VehicleType veh);
void DeleteGroupHighlightOfVehicle(const Vehicle *v);
#endif /* GROUP_GUI_H */