]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[flightgear.git] / Time / sunpos.h
index c4e754867e0f2f5606997b2e0db0d6cc37032e0b..2c16b06e8fe2af137a04f126d75bb26c0d20fa57 100644 (file)
  */
 
 
-#ifndef SUNPOS_H
-#define SUNPOS_H
+#ifndef _SUNPOS_H
+#define _SUNPOS_H
 
 
 #include <time.h>
 
-#include "../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 );
 
 void fgSunPosition(time_t ssue, double *lon, double *lat);
 
 
-#endif /* SUNPOS_H */
+#endif /* _SUNPOS_H */