diff options
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r-- | vehicle_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h index cf081130c..74a1835f1 100644 --- a/vehicle_gui.h +++ b/vehicle_gui.h @@ -62,6 +62,7 @@ void DrawShipPurchaseInfo(int x, int y, EngineID engine_number); void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v); +int ShowAdditionalText(int x, int y, int w, EngineID engine_number); #endif /* VEHICLE_GUI_H */ |