X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIFlightPlan.hxx;h=2d3b2ef9dc96862b9595ccb807b4773118508be9;hb=f5c871c8b3e3580f6dc3c422600ee3c18a0c6fe8;hp=65e4c79073fa3e4b8c9e3baefcc1c468f4a54ae1;hpb=70be1629e61d9b751a2f73df30b83bb1be6ca4fe;p=flightgear.git diff --git a/src/AIModel/AIFlightPlan.hxx b/src/AIModel/AIFlightPlan.hxx index 65e4c7907..2d3b2ef9d 100644 --- a/src/AIModel/AIFlightPlan.hxx +++ b/src/AIModel/AIFlightPlan.hxx @@ -81,6 +81,7 @@ public: waypoint* const getCurrentWaypoint( void ) const; waypoint* const getNextWaypoint( void ) const; void IncrementWaypoint( bool erase ); + void DecrementWaypoint( bool erase ); double getDistanceToGo(double lat, double lon, waypoint* wp) const; int getLeg () const { return leg;};