]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Network / native_fdm.hxx
index 2afbf0954c154b81e72a007650ac99ecad811707..adb78ecbf5f238abab3c103eecc399b841f2e3e6 100644 (file)
@@ -57,10 +57,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