diff options
Diffstat (limited to 'src/ground_vehicle.hpp')
-rw-r--r-- | src/ground_vehicle.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ground_vehicle.hpp b/src/ground_vehicle.hpp index a06d6c71b..65c856295 100644 --- a/src/ground_vehicle.hpp +++ b/src/ground_vehicle.hpp @@ -92,6 +92,7 @@ struct GroundVehicle : public SpecializedVehicle<T, Type> { void PowerChanged(); void CargoChanged(); int GetAcceleration() const; + bool IsChainInDepot() const; /** * Common code executed for crashed ground vehicles |