]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / atlas.hxx
index c91355afd6e7cff3bb2776e2872264b228774559..df211284f166febbfd30df3f9f05076166e548fa 100644 (file)
 #include <string>
 
 #include "protocol.hxx"
+#include <simgear/props/props.hxx>
 
-using std::string;
-
+class FlightProperties;
 
 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: