X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsky.h;h=7e1275ddc9a081986f0d2fb44ab0d68146a3838e;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=0479a4b96c186ca87c1da9d20c08fd308ce573af;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Astro/sky.h b/Astro/sky.h index 0479a4b96..7e1275ddc 100644 --- a/Astro/sky.h +++ b/Astro/sky.h @@ -24,6 +24,10 @@ **************************************************************************/ +#ifndef _SKY_H +#define _SKY_H + + /* (Re)generate the display list */ void fgSkyInit( void ); @@ -34,11 +38,17 @@ void fgSkyColorsInit( void ); void fgSkyRender( void ); +#endif /* _SKY_H */ + + /* $Log$ -/* Revision 1.2 1998/01/19 18:40:17 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:28 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.2 1998/01/19 18:40:17 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:19 curt * Moved from .../Src/Scenery/ to .../Src/Astro/ *