X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsun.h;h=9683462cc0bd7c8cd9c742cbfd332125a2fbcd29;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=260101f76b9d4a438628766d23ac843091a9dbdd;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/Astro/sun.h b/Astro/sun.h index 260101f76..9683462cc 100644 --- a/Astro/sun.h +++ b/Astro/sun.h @@ -31,19 +31,23 @@ struct SunPos fgCalcSunPos(struct OrbElements sunParams); extern struct OrbElements pltOrbElements[9]; /* Initialize the Sun */ -void fgSunInit(); +void fgSunInit( void ); /* Draw the Sun */ -void fgSunRender(); +void fgSunRender( void ); #endif /* SUN_H */ /* $Log$ -/* Revision 1.1 1998/01/07 03:16:21 curt -/* Moved from .../Src/Scenery/ to .../Src/Astro/ +/* 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/ + * * Revision 1.3 1997/12/11 04:43:56 curt * Fixed sun vector and lighting problems. I thing the moon is now lit * correctly.