]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/sun.h
Changes to integrate Durk's moon/sun code updates + clean up.
[flightgear.git] / Scenery / sun.h
index 5082a67cc9fc53ac05b4dbd220ac68fcb55c7795..fe06244f88d24ccc15ef0ec6a15e7645e6bdc45f 100644 (file)
 
 
 struct SunPos fgCalcSunPos(struct OrbElements sunParams);
+extern struct OrbElements pltOrbElements[9];
+extern GLfloat fgClearColor[4];
+
+/* Initialize the Sun */
+void fgSunInit();
+
+/* Draw the Sun */
+void fgSunRender();
 
 
 #endif /* SUN_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/10/25 03:16:12  curt
-/* Initial revision of code contributed by Durk Talsma.
+/* Revision 1.2  1997/11/25 19:25:39  curt
+/* Changes to integrate Durk's moon/sun code updates + clean up.
 /*
+ * Revision 1.1  1997/10/25 03:16:12  curt
+ * Initial revision of code contributed by Durk Talsma.
+ *
  */