]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.h
Add xgl wrappers for debugging.
[flightgear.git] / Time / sunpos.h
index 767728485047aa17030ff1a9a1fe3f0c91ee4dc6..c4e754867e0f2f5606997b2e0db0d6cc37032e0b 100644 (file)
 
 #include <time.h>
 
+#include "../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);