]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_ctrls.hxx
Add an "additive-switch" type.
[flightgear.git] / src / Network / net_ctrls.hxx
index cc6ae5af9e3b4d0490c138e28f6ba224c8c1b112..1de077dd8e51d475822d8cf31a2e15253542a115 100644 (file)
@@ -1,7 +1,8 @@
 // net_ctrls.hxx -- defines a common net I/O interface to the flight
 //                  sim controls
 //
-// Written by Curtis Olson - curt@flightgear.com, started July 2001.
+// Written by Curtis Olson - http://www.flightgear.org/~curt
+// Started July 2001.
 //
 // This file is in the Public Domain, and comes with no warranty.
 //
@@ -16,7 +17,7 @@
 # error This library requires C++
 #endif                                   
 
-const int FG_NET_CTRLS_VERSION = 22;
+const int FG_NET_CTRLS_VERSION = 23;
 
 
 // Define a structure containing the control parameters
@@ -71,6 +72,8 @@ public:
     // Brake controls
     double brake_left;
     double brake_right;
+    double copilot_brake_left;
+    double copilot_brake_right;
     double brake_parking;
     
     // Landing Gear