]> git.mxchange.org Git - simgear.git/blobdiff - Astro/moon.hxx
Use new C++ events class.
[simgear.git] / Astro / moon.hxx
index c1838004219e38109ef4d6fe7aa5993d6b577dd8..af635ce98bd7c1b74f57f2477aa418e0b1a77f64 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <math.h>
 
-#include <Time/fg_time.h>
+#include <Time/fg_time.hxx>
 
 #include "orbits.hxx"
 
@@ -46,7 +46,7 @@ void fgMoonRender( void );
 
 struct CelestialCoord fgCalculateMoon(struct OrbElements Params,
                                       struct OrbElements sunParams,
-                                      struct fgTIME t);
+                                      fgTIME t);
 
 extern struct OrbElements pltOrbElements[9];
 
@@ -55,9 +55,16 @@ extern struct OrbElements pltOrbElements[9];
 
 
 /* $Log$
-/* Revision 1.1  1998/04/22 13:21:28  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.3  1998/04/28 01:19:00  curt
+/* Type-ified fgTIME and fgVIEW
 /*
+ * 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.7  1998/04/21 17:02:30  curt
  * Prepairing for C++ integration.
  *