diff --git a/src/ground_vehicle.hpp b/src/ground_vehicle.hpp --- a/src/ground_vehicle.hpp +++ b/src/ground_vehicle.hpp @@ -49,6 +49,9 @@ struct GroundVehicle : public Specialize */ GroundVehicle() : SpecializedVehicle() {} + void PowerChanged(); + void CargoChanged(); + int GetAcceleration() const; }; #endif /* GROUND_VEHICLE_HPP */