]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Update controls so we can specify each tank on/off individually. Also
[flightgear.git] / src / Network / native_fdm.hxx
index 1820b3f2a8c2a9d16d65c81f06721c118a98f96d..dba123766228f27539c0af18ca88a71e768b27c6 100644 (file)
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
-#include "raw_fdm.hxx"
+#include "net_fdm.hxx"
 
 
 class FGNativeFDM : public FGProtocol, public FGInterface {
 
-    FGRawFDM buf;
+    FGNetFDM buf;
     int length;
 
 public: