]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.h
Shufflin' stuff.
[flightgear.git] / Time / sunpos.h
index 767728485047aa17030ff1a9a1fe3f0c91ee4dc6..96f582a33cbece68ace1da6b8ffa16c7e0030334 100644 (file)
 
 #include <time.h>
 
+#include "../types.h"
 
 /* update the cur_time_params structure with the current sun position */
-void fgUpdateSunPos();
+void fgUpdateSunPos(struct fgCartesianPoint scenery_center);
 
 void fgSunPosition(time_t ssue, double *lon, double *lat);