X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=df211284f166febbfd30df3f9f05076166e548fa;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=5af40b5b80a4a03cf365d2952fde6430ca3b872a;hpb=d9bfd5a425df1bad7e3c53a64adce871e299a6b9;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index 5af40b5b8..df211284f 100644 --- a/src/Network/atlas.hxx +++ b/src/Network/atlas.hxx @@ -30,14 +30,16 @@ #include #include "protocol.hxx" +#include -SG_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: