]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIFlightPlan.hxx
Set the format default to float instead of int.
[flightgear.git] / src / AIModel / AIFlightPlan.hxx
index 4aebc90b072de4d70d9f26a7975ecf99417cfe66..8cc6bb888238c9faba99e32146e2d041217a5619 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <Airports/simple.hxx>
 
+#include "AIBase.hxx"
+
 SG_USING_STD(vector);
 SG_USING_STD(string);
 
@@ -47,11 +49,7 @@ public:
   } waypoint;
 
    FGAIFlightPlan(string filename);
-  FGAIFlightPlan(string filename, 
-                double lat, 
-                double lon,
-                double alt, 
-                double speed, 
+  FGAIFlightPlan(FGAIModelEntity *entity,
                 double course,
                 FGAirport *dep,
                 FGAirport *arr);