]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.hxx
Changes contributed by Durk Talsma:
[flightgear.git] / Time / sunpos.hxx
index 5ae3d0d7bcc9a4248562214d737313aa502f6611..c1a57b83bebfe3ebb4259e19ecbd1f9f07f1386e 100644 (file)
@@ -54,6 +54,9 @@
 /* update the cur_time_params structure with the current sun position */
 void fgUpdateSunPos( void );
 
+/* update the cur_time_params structure with the current moon position */
+void fgUpdateMoonPos( void );
+
 void fgSunPosition(time_t ssue, double *lon, double *lat);