summaryrefslogtreecommitdiff
path: root/src/group_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-01-08 21:16:19 +0000
committerfrosch <frosch@openttd.org>2009-01-08 21:16:19 +0000
commitb522f73ba8f6c53f75639fc4f5d6b2a078827513 (patch)
tree4254262254ea6b50d5e2e525886c9761cf77d415 /src/group_gui.h
parent17a9bab1422401e3d7f2c29ed50054ff3bcf3b24 (diff)
downloadopenttd-b522f73ba8f6c53f75639fc4f5d6b2a078827513.tar.xz
(svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window when they are deleted.
Diffstat (limited to 'src/group_gui.h')
-rw-r--r--src/group_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/group_gui.h b/src/group_gui.h
index 7db3ed9a1..0b94f664e 100644
--- a/src/group_gui.h
+++ b/src/group_gui.h
@@ -8,5 +8,6 @@
#include "vehicle_type.h"
void ShowCompanyGroup(CompanyID company, VehicleType veh);
+void DeleteGroupHighlightOfVehicle(const Vehicle *v);
#endif /* GROUP_GUI_H */