]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / atlas.hxx
index f73a14d7d56a75f157402192e055412ac15a7961..df211284f166febbfd30df3f9f05076166e548fa 100644 (file)
@@ -30,6 +30,7 @@
 #include <string>
 
 #include "protocol.hxx"
+#include <simgear/props/props.hxx>
 
 class FlightProperties;
 
@@ -38,7 +39,8 @@ class FGAtlas : public FGProtocol {
     char buf[ FG_MAX_MSG_SIZE ];
     int length;
     FlightProperties* fdm;
-    
+    SGPropertyNode_ptr _adf_freq, _nav1_freq,_nav1_sel_radial, _nav2_freq, _nav2_sel_radial;
+
 public:
 
     FGAtlas();