]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/AILocalTraffic.hxx
Initial commit of the new sound system, expect more updates to follow
[flightgear.git] / src / ATCDCL / AILocalTraffic.hxx
index a4e1505f64495ae15d9de65c99d44b2f44c245a9..c62a9456e9a4ad8bf135a23e03888bac2e6a5775 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _FG_AILocalTraffic_HXX
 #define _FG_AILocalTraffic_HXX
 
-#include <simgear/math/point3d.hxx>
+#include <simgear/math/SGMath.hxx>
 #include <Main/fg_props.hxx>
 
 #include "AIPlane.hxx"
@@ -34,7 +34,7 @@ class FGTower;
 struct Gate;
 
 #include <string>
-SG_USING_STD(string);
+using std::string;
 
 enum TaxiState {
        TD_INBOUND,
@@ -216,7 +216,7 @@ private:
 
        void CalculateSoD(double base_leg_pos, double downwind_leg_pos, bool pattern_direction);
 
-       void ExitRunway(const Point3D& orthopos);
+       void ExitRunway(const SGVec3d& orthopos);
 
        void StartTaxi();