X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsun.h;h=4f4a7be3a3e8799ea35b4312070c7ee41af287f6;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=9683462cc0bd7c8cd9c742cbfd332125a2fbcd29;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Astro/sun.h b/Astro/sun.h index 9683462cc..4f4a7be3a 100644 --- a/Astro/sun.h +++ b/Astro/sun.h @@ -23,8 +23,8 @@ **************************************************************************/ -#ifndef SUN_H -#define SUN_H +#ifndef _SUN_H +#define _SUN_H struct SunPos fgCalcSunPos(struct OrbElements sunParams); @@ -37,14 +37,17 @@ void fgSunInit( void ); void fgSunRender( void ); -#endif /* SUN_H */ +#endif /* _SUN_H */ /* $Log$ -/* Revision 1.2 1998/01/19 18:40:19 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.3 1998/01/22 02:59:29 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.2 1998/01/19 18:40:19 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.1 1998/01/07 03:16:21 curt * Moved from .../Src/Scenery/ to .../Src/Astro/ *