forked from mirror/OpenTTD
(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user