X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fls_sim_control.h;h=4cae282c4b943bb60c77c8ba67bec9319cafc4b9;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=c37f559f50557c18c6ff0236cb6e24a062d5cfa8;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/LaRCsim/ls_sim_control.h b/LaRCsim/ls_sim_control.h index c37f559f5..4cae282c4 100644 --- a/LaRCsim/ls_sim_control.h +++ b/LaRCsim/ls_sim_control.h @@ -40,6 +40,9 @@ $Header$ $Log$ +Revision 1.3 1998/01/22 02:59:33 curt +Changed #ifdef FILE_H to #ifdef _FILE_H + Revision 1.2 1998/01/06 01:20:17 curt Tweaks to help building with MSVC++ @@ -67,6 +70,12 @@ Initial Flight Gear revision. --------------------------------------------------------------------------*/ + + +#ifndef _LS_SIM_CONTROL_H +#define _LS_SIM_CONTROL_H + + #include #ifndef SIM_CONTROL @@ -113,4 +122,8 @@ extern SIM_CONTROL sim_control_; #endif + +#endif /* _LS_SIM_CONTROL_H */ + + /*------------------------ end of ls_sim_control.h ----------------------*/