]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.h
Integrated new event manager with subsystem initializations.
[flightgear.git] / Time / sunpos.h
index 96f582a33cbece68ace1da6b8ffa16c7e0030334..c248c81014d21263865a550936caa2ecb2627cbb 100644 (file)
 
 #include <time.h>
 
-#include "../types.h"
+#include "../Include/types.h"
 
 /* update the cur_time_params structure with the current sun position */
-void fgUpdateSunPos(struct fgCartesianPoint scenery_center);
+void fgUpdateSunPos();
 
 void fgSunPosition(time_t ssue, double *lon, double *lat);