]> git.mxchange.org Git - simgear.git/blobdiff - Scenery/planets.h
Merged in Durk's changes ...
[simgear.git] / Scenery / planets.h
index e0ce0541ee1c276454c9b15138e72670d5720d2d..3d5df4650d552b95409032363484d66d733741bd 100644 (file)
 
 
 struct CelestialCoord fgCalculatePlanet(struct OrbElements planet,
-                                         struct OrbElements sun,
-                                         struct fgTIME t);
+                                         struct OrbElements theSun,
+                                         struct fgTIME t, int idx);
 
 #endif /* PLANETS_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/10/25 03:16:11  curt
-/* Initial revision of code contributed by Durk Talsma.
+/* Revision 1.3  1997/12/30 16:36:53  curt
+/* Merged in Durk's changes ...
 /*
+ * Revision 1.2  1997/12/12 21:41:30  curt
+ * More light/material property tweaking ... still a ways off.
+ *
+ * Revision 1.1  1997/10/25 03:16:11  curt
+ * Initial revision of code contributed by Durk Talsma.
+ *
  */