(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.

This commit is contained in:
terkhen
2010-03-06 12:44:30 +00:00
parent e4a5a556b4
commit 07c373d60a
7 changed files with 164 additions and 131 deletions

View File

@@ -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 */