X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Slew%2Fslew.h;h=7f4606dc76b6c5d73678598fddfc3141f05f43c7;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=57e572aa1c0fd8fc4fa19d1a27a46e1ba2171d96;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Slew/slew.h b/Slew/slew.h index 57e572aa1..7f4606dc7 100644 --- a/Slew/slew.h +++ b/Slew/slew.h @@ -24,8 +24,8 @@ **************************************************************************/ -#ifndef SLEW_H -#define SLEW_H +#ifndef _SLEW_H +#define _SLEW_H /* reset flight params to a specific position */ @@ -35,14 +35,17 @@ void fgSlewInit(double pos_x, double pos_y, double pos_z, double heading); void fgSlewUpdate( void ); -#endif /* SLEW_H */ +#endif /* _SLEW_H */ /* $Log$ -/* Revision 1.3 1998/01/19 18:40:30 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.4 1998/01/22 02:59:34 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.3 1998/01/19 18:40:30 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.2 1997/07/23 21:52:20 curt * Put comments around the text after an #endif for increased portability. *