]> git.mxchange.org Git - simgear.git/blobdiff - Astro/orbits.hxx
Use new C++ events class.
[simgear.git] / Astro / orbits.hxx
index a468fcb66f0dedbf3db5e2bbc2cc0d97ab5fd4f4..1d8e87054f8e852dac0f9d89440dac50c6433010 100644 (file)
@@ -35,7 +35,7 @@
 #include <stdio.h>
 #include <math.h>
 
-#include <Time/fg_time.h>
+#include <Time/fg_time.hxx>
 
 
 
@@ -77,20 +77,27 @@ struct CelestialCoord {
 
 
 double fgCalcEccAnom(double M, double e);
-double fgCalcActTime(struct fgTIME t);
+double fgCalcActTime(fgTIME t);
 
 int fgReadOrbElements (struct OrbElements *dest, FILE * src);
-int  fgSolarSystemInit(struct fgTIME t);
-void fgSolarSystemUpdate(struct OrbElements *planets, struct fgTIME t);
+int  fgSolarSystemInit(fgTIME t);
+void fgSolarSystemUpdate(struct OrbElements *planets, fgTIME t);
 
 
 #endif /* _ORBITS_HXX */
 
 
 /* $Log$
-/* Revision 1.1  1998/04/22 13:21:30  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.3  1998/04/28 01:19:01  curt
+/* Type-ified fgTIME and fgVIEW
 /*
+ * Revision 1.2  1998/04/24 00:45:01  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:30  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.7  1998/04/21 17:02:31  curt
  * Prepairing for C++ integration.
  *