]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Network / native_ctrls.hxx
index 9b1b7ba2773d99047c333435fd7b0a2dd4a6eb9c..d64d072007225ae13babc6ce43dbdcd04fe0c6df 100644 (file)
@@ -63,10 +63,11 @@ public:
 // Helper functions which may be useful outside this class
 
 // Populate the FGNetCtrls structure from the property tree.
-void FGProps2NetCtrls( FGNetCtrls *net );
+void FGProps2NetCtrls( FGNetCtrls *net, bool net_byte_order = true );
 
 // Update the property tree from the FGNetCtrls structure.
-void FGNetCtrls2Props( FGNetCtrls *net );
+void FGNetCtrls2Props( FGNetCtrls *net, bool net_byte_order = true );
+
 
 #endif // _FG_NATIVE_CTRLS_HXX