]> git.mxchange.org Git - simgear.git/blobdiff - Astro/moon.cxx
Derived file "Makefile.in" removed from version control.
[simgear.git] / Astro / moon.cxx
index 53dda6d532c17da4738bec14f6b8459d75c3c5a3..c774b3ee6d512ce7d4e4a022765bfc534cbc9f8e 100644 (file)
@@ -21,7 +21,9 @@
  **************************************************************************/
 
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #ifdef HAVE_WINDOWS_H
 #  include <windows.h>
@@ -36,7 +38,7 @@
 #include <Include/fg_constants.h>
 #include <Include/general.h>
 #include <Main/views.hxx>
-#include <Time/fg_time.h>
+#include <Time/fg_time.hxx>
 
 #include "orbits.hxx"
 #include "moon.hxx"
@@ -55,7 +57,7 @@ static GLint moon = 0;
 ----------------------------------------------------------------*/
 struct CelestialCoord fgCalculateMoon(struct OrbElements params,
                                       struct OrbElements sunParams,
-                                      struct fgTIME t)
+                                      fgTIME t)
 {
   struct CelestialCoord
     geocCoord, topocCoord; 
@@ -214,9 +216,19 @@ void fgMoonRender( void ) {
 
 
 /* $Log$
-/* Revision 1.1  1998/04/22 13:21:28  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.4  1998/04/28 01:18:59  curt
+/* Type-ified fgTIME and fgVIEW
 /*
+ * Revision 1.3  1998/04/25 22:06:24  curt
+ * Edited cvs log messages in source files ... bad bad bad!
+ *
+ * Revision 1.2  1998/04/24 00:45:00  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
+ * Revision 1.1  1998/04/22 13:21:28  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.9  1998/04/18 04:13:56  curt
  * Moved fg_debug.c to it's own library.
  *
@@ -236,7 +248,7 @@ void fgMoonRender( void ) {
  * To version 0.29
  *
  * Revision 1.4  1998/01/27 00:47:46  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.3  1998/01/19 19:26:57  curt