summaryrefslogtreecommitdiff
path: root/src/ground_vehicle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ground_vehicle.hpp')
-rw-r--r--src/ground_vehicle.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ground_vehicle.hpp b/src/ground_vehicle.hpp
index 200d37830..c87dbf76f 100644
--- a/src/ground_vehicle.hpp
+++ b/src/ground_vehicle.hpp
@@ -49,6 +49,9 @@ struct GroundVehicle : public SpecializedVehicle<T, Type> {
*/
GroundVehicle() : SpecializedVehicle<T, Type>() {}
+ void PowerChanged();
+ void CargoChanged();
+ int GetAcceleration() const;
};
#endif /* GROUND_VEHICLE_HPP */