X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FNetwork%2Fnative_ctrls.hxx;h=82a995aa45180040cf81ae8e46a5ccfd5a8b0659;hb=92010f9f9483082bbf83638a49e08053f53c5daa;hp=e903e3b03122a12017adb9f142d15379ccfaa916;hpb=e4b3eebdbb156474f07414f7f4bf29c251536c6b;p=flightgear.git diff --git a/src/Network/native_ctrls.hxx b/src/Network/native_ctrls.hxx index e903e3b03..82a995aa4 100644 --- a/src/Network/native_ctrls.hxx +++ b/src/Network/native_ctrls.hxx @@ -63,10 +63,12 @@ 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