X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsun.h;h=b37a7934195138a5dd1f86f6dfd01909d592cafe;hb=0c5a60713d0de6f427d9ee8896c2d5df1ce9a9d5;hp=0132f2a1e88921221af661f55fa7df8492bcca44;hpb=20cf326fec07113e0702a7367a162febf0fade88;p=simgear.git diff --git a/Astro/sun.h b/Astro/sun.h index 0132f2a1..b37a7934 100644 --- a/Astro/sun.h +++ b/Astro/sun.h @@ -27,7 +27,7 @@ #define _SUN_H -extern struct fgSUNPOS solarPosition; +extern fgSUNPOS solarPosition; void fgCalcSunPos (struct OrbElements sunParams); @@ -44,11 +44,14 @@ void fgSunRender( void ); /* $Log$ -/* Revision 1.4 1998/02/23 19:07:57 curt -/* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position -/* calculation code between sun display, and other FG sections that use this -/* for things like lighting. +/* Revision 1.5 1998/03/09 22:47:26 curt +/* Incorporated Durk's updates. /* + * Revision 1.4 1998/02/23 19:07:57 curt + * Incorporated Durk's Astro/ tweaks. Includes unifying the sun position + * calculation code between sun display, and other FG sections that use this + * for things like lighting. + * * Revision 1.3 1998/01/22 02:59:29 curt * Changed #ifdef FILE_H to #ifdef _FILE_H *