summaryrefslogtreecommitdiff
path: root/src/vehicle_gui_base.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-07-17 14:47:54 +0000
committerfrosch <frosch@openttd.org>2010-07-17 14:47:54 +0000
commitce480fb4b5adce00719a45f374108833c31748f9 (patch)
tree00852b3355785c1a313d86e4f506abae10c32347 /src/vehicle_gui_base.h
parentc79d4f46a35fe1029f1017f243fbf367bb363e45 (diff)
downloadopenttd-ce480fb4b5adce00719a45f374108833c31748f9.tar.xz
(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().
Diffstat (limited to 'src/vehicle_gui_base.h')
-rw-r--r--src/vehicle_gui_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle_gui_base.h b/src/vehicle_gui_base.h
index eec4661a9..aded315d5 100644
--- a/src/vehicle_gui_base.h
+++ b/src/vehicle_gui_base.h
@@ -43,6 +43,7 @@ struct BaseVehicleListWindow : public Window {
void DrawVehicleListItems(VehicleID selected_vehicle, int line_height, const Rect &r) const;
void SortVehicleList();
void BuildVehicleList(Owner owner, uint16 index, uint16 window_type);
+ Dimension GetActionDropdownSize(bool show_group);
DropDownList *BuildActionDropdownList(bool show_group);
};