X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Fsunpos.hxx;h=c1a57b83bebfe3ebb4259e19ecbd1f9f07f1386e;hb=33726fc21b6de422efa087b3b3cda60e6439919b;hp=5ae3d0d7bcc9a4248562214d737313aa502f6611;hpb=4ce1ff5f2a6adcb94fd0cc630fdc92e667b6319b;p=flightgear.git diff --git a/Time/sunpos.hxx b/Time/sunpos.hxx index 5ae3d0d7b..c1a57b83b 100644 --- a/Time/sunpos.hxx +++ b/Time/sunpos.hxx @@ -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);