]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIFlightPlan.hxx
Remove hard-coded values wherever possible;
[flightgear.git] / src / AIModel / AIFlightPlan.hxx
index 0ab27c2c066b36714fcb65a8dd8d6b0e04d530aa..aef864841187d6e4720398edb8dfa4b56bf4e72c 100644 (file)
@@ -198,6 +198,7 @@ private:
   void deleteWaypoints(); 
   void resetWaypoints();
   void eraseLastWaypoint();
+  void pushBackWaypoint(FGAIWaypoint *wpt);
 
   bool createLandingTaxi(FGAIAircraft *, FGAirport *apt, double radius, const std::string& fltType, const std::string& acType, const std::string& airline);
   void createDefaultLandingTaxi(FGAIAircraft *, FGAirport* aAirport);