]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmanager.hxx
Make the view-manager and sound-manager independent.
[flightgear.git] / src / Sound / soundmanager.hxx
index d43e49478169993fa58e7a29da65312bdcf07a6e..e9edbd7d3d4410c579bb4021dcf89ea43ae34921 100644 (file)
@@ -46,8 +46,13 @@ public:
     void update_device_list();
 
 private:
+    bool stationary() const;
+  
     bool _is_initialized;
     SGPropertyNode_ptr _sound_working, _sound_enabled, _volume, _device_name;
+    SGPropertyNode_ptr _currentView;
+    SGPropertyNode_ptr _viewPosLon, _viewPosLat, _viewPosElev;
+    SGPropertyNode_ptr _velocityNorthFPS, _velocityEastFPS, _velocityDownFPS;
     Listener* _listener;
 };
 #else