]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
Reset: clear effects cache
[flightgear.git] / src / Main / globals.hxx
index 09275daae10ebd108c6d9bf110f3239b3bff79cc..3f8ae0689d738933c8d0c97d37d1bcb8e5db2dfb 100644 (file)
@@ -66,7 +66,7 @@ class FGViewMgr;
 class FGViewer;
 class FGRenderer;
 class FGFontCache;
-
+class FGSampleQueue;
 
 /**
  * Bucket for subsystem pointers representing the sim's state.
@@ -161,6 +161,8 @@ private:
      * helper to initialise standard properties on a new property tree
      */
     void initProperties();
+    
+    SGSharedPtr<FGSampleQueue> _chatter_queue;
 public:
 
     FGGlobals();
@@ -341,6 +343,9 @@ public:
      * Save user settings in autosave.xml
      */
     void saveUserSettings();
+    
+    FGSampleQueue* get_chatter_queue() const;
+    void set_chatter_queue(FGSampleQueue* queue);
 };