]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/garmin.hxx
Merge branch 'topics/mainloop' into next
[flightgear.git] / src / Network / garmin.hxx
index 60f2420b66ea1b76fa0e8d51961e2042730e43db..e69d4ab4f868d1088f6fcae17dac8051af6016a5 100644 (file)
 
 #include "protocol.hxx"
 
-using std::string;
-
+class FlightProperties;
 
 class FGGarmin : public FGProtocol {
 
     char buf[ FG_MAX_MSG_SIZE ];
     int length;
-
+    FlightProperties* fdm;
+    
 public:
 
     FGGarmin();