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 \
* $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>
/* $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.
/* $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.