summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vehicle.h b/vehicle.h
index 0ac1ceaf0..bdc9ca853 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -402,6 +402,9 @@ int CheckOrders(Vehicle *v);
bool VehicleNeedsService(const Vehicle *v);
+void InvalidateAircraftWindows(const Vehicle *v);
+void InvalidateShipWindows(const Vehicle *v);
+
typedef struct GetNewVehiclePosResult {
int x,y;
uint old_tile;