]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Network / atlas.hxx
index 5af40b5b80a4a03cf365d2952fde6430ca3b872a..f73a14d7d56a75f157402192e055412ac15a7961 100644 (file)
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
-
+class FlightProperties;
 
 class FGAtlas : public FGProtocol {
 
     char buf[ FG_MAX_MSG_SIZE ];
     int length;
-
+    FlightProperties* fdm;
+    
 public:
 
     FGAtlas();