]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
Goodbye automake.
[flightgear.git] / src / Main / globals.hxx
index 54b777a71842c4769a18cbff448b15791d8814a4..52df7f514927ef67ef245150ed71fd54777b3558 100644 (file)
@@ -267,6 +267,8 @@ public:
 
     const SGGeod & get_aircraft_position() const;
 
+    SGVec3d get_aircraft_positon_cart() const;
+    
     inline FGModelMgr *get_model_mgr () { return model_mgr; }
 
     inline void set_model_mgr (FGModelMgr * mgr)