diff options
Diffstat (limited to 'vehicle.h')
-rw-r--r-- | vehicle.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |