]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Network / native_fdm.hxx
index 2afbf0954c154b81e72a007650ac99ecad811707..b7013d13dab4a2dd7b3fc1b9d96ed76373338c80 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <simgear/compiler.h>
 
+#include <simgear/timing/timestamp.hxx>
+
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
@@ -57,10 +59,10 @@ public:
 // Helper functions which may be useful outside this class
 
 // Populate the FGNetFDM structure from the property tree.
-void FGProps2NetFDM( FGNetFDM *net );
+void FGProps2NetFDM( FGNetFDM *net, bool net_byte_order = true );
 
 // Update the property tree from the FGNetFDM structure.
-void FGNetFDM2Props( FGNetFDM *net );
+void FGNetFDM2Props( FGNetFDM *net, bool net_byte_order = true );
 
 
 #endif // _FG_NATIVE_FDM_HXX