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