From: curt Date: Thu, 24 Sep 1998 15:25:22 +0000 (+0000) Subject: Miscellaneous tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa60beb13d9c3cab9e76a22aaf485794a269b9ee;p=flightgear.git Miscellaneous tweaks. --- diff --git a/Astro/Makefile.am b/Astro/Makefile.am index 505e24b54..3d3af9f39 100644 --- a/Astro/Makefile.am +++ b/Astro/Makefile.am @@ -7,6 +7,7 @@ libAstro_a_SOURCES = \ mercury.cxx mercury.hxx \ moon.cxx moon.hxx \ neptune.cxx neptune.hxx \ + pluto.hxx \ saturn.cxx saturn.hxx \ sky.cxx sky.hxx \ solarsystem.cxx solarsystem.hxx \ diff --git a/Astro/solarsystem.cxx b/Astro/solarsystem.cxx index e59dfebdc..c059cf3a2 100644 --- a/Astro/solarsystem.cxx +++ b/Astro/solarsystem.cxx @@ -22,6 +22,15 @@ * $Id$ * (Log is kept at end of this file) **************************************************************************/ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_WINDOWS_H +# include +#endif + #include #include #include diff --git a/Astro/stars.cxx b/Astro/stars.cxx index af4b395d2..999994c74 100644 --- a/Astro/stars.cxx +++ b/Astro/stars.cxx @@ -261,9 +261,13 @@ void fgStarsRender( void ) { /* $Log$ -/* Revision 1.15 1998/09/17 18:25:12 curt -/* Fixed output message. +/* Revision 1.16 1998/09/24 15:25:24 curt +/* Miscellaneous tweaks. /* + * + * Revision 1.15 1998/09/17 18:25:12 curt + * Fixed output message. + * * Revision 1.14 1998/09/15 04:26:22 curt * New textured moon and rewritten/restructured Astro code contributed by Durk * Talsma. diff --git a/Astro/stars.hxx b/Astro/stars.hxx index e5bdc5a70..c38681753 100644 --- a/Astro/stars.hxx +++ b/Astro/stars.hxx @@ -50,9 +50,13 @@ extern fgTIME cur_time_params; /* $Log$ -/* Revision 1.5 1998/09/17 18:25:13 curt -/* Fixed output message. +/* Revision 1.6 1998/09/24 15:25:26 curt +/* Miscellaneous tweaks. /* + * + * Revision 1.5 1998/09/17 18:25:13 curt + * Fixed output message. + * * Revision 1.4 1998/09/15 04:26:23 curt * New textured moon and rewritten/restructured Astro code contributed by Durk * Talsma.