]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Network / native_ctrls.hxx
index 9b1b7ba2773d99047c333435fd7b0a2dd4a6eb9c..82a995aa45180040cf81ae8e46a5ccfd5a8b0659 100644 (file)
@@ -63,10 +63,13 @@ 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 honor_freezes,
+                       bool net_byte_order );
 
 // Update the property tree from the FGNetCtrls structure.
-void FGNetCtrls2Props( FGNetCtrls *net );
+void FGNetCtrls2Props( FGNetCtrls *net, bool honor_freezes,
+                       bool net_byte_order );
+
 
 #endif // _FG_NATIVE_CTRLS_HXX