X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fls_cockpit.h;h=f240472436b10d096f71e8b118ad5ec9f9559e68;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=4680881d82a6f02fbd52841df983a3a26b416466;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/LaRCsim/ls_cockpit.h b/LaRCsim/ls_cockpit.h index 4680881d8..f24047243 100644 --- a/LaRCsim/ls_cockpit.h +++ b/LaRCsim/ls_cockpit.h @@ -35,6 +35,9 @@ $Header$ $Log$ +Revision 1.3 1998/01/22 02:59:32 curt +Changed #ifdef FILE_H to #ifdef _FILE_H + Revision 1.2 1997/05/31 19:16:27 curt Elevator trim added. @@ -54,6 +57,11 @@ Initial Flight Gear revision. --------------------------------------------------------------------------*/ + +#ifndef _LS_COCKPIT_H +#define _LS_COCKPIT_H + + typedef struct { float long_stick, lat_stick, rudder_pedal; float long_trim; @@ -83,3 +91,6 @@ extern COCKPIT cockpit_; #define SB_extend cockpit_.sb_extend #define SB_retract cockpit_.sb_retract #define Gear_sel_up cockpit_.gear_sel_up + + +#endif /* _LS_COCKPIT_H */