]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/wxradar.hxx
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Instrumentation / wxradar.hxx
index 1d905b53d6315c98f4b5ee995de93fc2aed4a462..3939977f08fbefb4c65cd2a8481cf9802a3a443b 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/environment/visual_enviro.hxx>
 
 class ssgTexture;
 class FGODGauge;
@@ -53,6 +54,7 @@ private:
     string last_switchKnob;
     bool sim_init_done;
     FGODGauge *odg;
+    list_of_SGWxRadarEcho radarEchoBuffer;
 };
 
 #endif // _INST_WXRADAR_HXX