]> git.mxchange.org Git - flightgear.git/commitdiff
Miscellaneous tweaks.
authorcurt <curt>
Thu, 24 Sep 1998 15:25:22 +0000 (15:25 +0000)
committercurt <curt>
Thu, 24 Sep 1998 15:25:22 +0000 (15:25 +0000)
Astro/Makefile.am
Astro/solarsystem.cxx
Astro/stars.cxx
Astro/stars.hxx

index 505e24b543da359f708ffcc304513774f76f5c58..3d3af9f390035a741fe6c9590c287e05308126ac 100644 (file)
@@ -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 \
index e59dfebdcc12e93973862b21e3fe0ddd46a31770..c059cf3a2490dc85d26b6f24d0846546827a0775 100644 (file)
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <GL/glut.h>
 #include <XGL/xgl.h>
 #include <Debug/fg_debug.h>
index af4b395d225b34394272854cd31f09fc1a2da91b..999994c74a9a895e511a03548dd9aee411bc9031 100644 (file)
@@ -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.
index e5bdc5a70bbae610d79190665c71e82a4f40bcfb..c38681753623ef4fde7c54f17ca63219d01b6175 100644 (file)
@@ -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.