]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
properly add librt when clock_gettime is used
[flightgear.git] / src / Main / globals.hxx
index 54b777a71842c4769a18cbff448b15791d8814a4..11dc124dc3129d41983f94233db6275f9ee19501 100644 (file)
@@ -91,7 +91,6 @@ private:
     FGRenderer *renderer;
     SGSubsystemMgr *subsystem_mgr;
     SGEventMgr *event_mgr;
-    SGSoundMgr *soundmgr;
 
     // Number of milliseconds elapsed since the start of the program.
     double sim_time_sec;
@@ -267,6 +266,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)