]> git.mxchange.org Git - simgear.git/commitdiff
Incorporated sun, moon, and star positioning code contributed by Durk Talsma.
authorcurt <curt>
Sat, 25 Oct 1997 03:24:21 +0000 (03:24 +0000)
committercurt <curt>
Sat, 25 Oct 1997 03:24:21 +0000 (03:24 +0000)
Scenery/moon.h

index c43f6dcaf863ffbe773649fbe39b5c62a0e2775f..b23ae4e3bd90386b33a965da678b4093d4c1c80d 100644 (file)
@@ -35,8 +35,8 @@
 void fgMoonInit();
 
 /* Draw the Stars */
-
 void fgMoonRender();
+
 struct CelestialCoord fgCalculateMoon(struct OrbElements Params,
                                       struct OrbElements sunParams,
                                       struct fgTIME t);
@@ -48,7 +48,10 @@ extern struct OrbElements pltOrbElements[9];
 
 
 /* $Log$
-/* Revision 1.1  1997/10/25 03:16:09  curt
-/* Initial revision of code contributed by Durk Talsma.
+/* Revision 1.2  1997/10/25 03:24:23  curt
+/* Incorporated sun, moon, and star positioning code contributed by Durk Talsma.
 /*
+ * Revision 1.1  1997/10/25 03:16:09  curt
+ * Initial revision of code contributed by Durk Talsma.
+ *
  */