X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsky.h;h=0479a4b96c186ca87c1da9d20c08fd308ce573af;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=7ba4863e3d914a6eed7da68bcb5f9cbab1d0736b;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/Astro/sky.h b/Astro/sky.h index 7ba4863e3..0479a4b96 100644 --- a/Astro/sky.h +++ b/Astro/sky.h @@ -25,19 +25,23 @@ /* (Re)generate the display list */ -void fgSkyInit(); +void fgSkyInit( void ); /* (Re)calculate the sky colors at each vertex */ -void fgSkyColorsInit(); +void fgSkyColorsInit( void ); /* Draw the Sky */ -void fgSkyRender(); +void fgSkyRender( void ); /* $Log$ -/* Revision 1.1 1998/01/07 03:16:19 curt -/* Moved from .../Src/Scenery/ to .../Src/Astro/ +/* 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/ + * * Revision 1.2 1997/12/22 23:45:49 curt * First stab at sunset/sunrise sky glow effects. *