]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/adf.hxx
move some of the sound postion and orientation calculations over to the sample class...
[flightgear.git] / src / Instrumentation / adf.hxx
index 41d55671d0c6f393584603eb3b13eae802ffcda5..80de7d86046190e23a8bb0ac2c1bd2cf5a18c8d2 100644 (file)
@@ -21,6 +21,8 @@
 using std::string;
 
 
+class SGSampleGroup;
+
 /**
  * Model an ADF radio.
  *
@@ -93,8 +95,10 @@ private:
     FGMorse morse;
     int _ident_count;
     time_t _last_ident_time;
-    double _last_volume;
+    float _last_volume;
     string _adf_ident;
+
+    SGSampleGroup *_sgr;
 };