]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_time.h
Changed naming scheme of basic shared structures.
[flightgear.git] / Time / fg_time.h
index 8b8d28f8118f0c7a7ed2af03839459eb41dcff62..9518d913ab1421fc7f8e67dcea0572326c01b7b2 100644 (file)
 
 
 /* Define a structure containing global time parameters */
-struct time_params {
+struct fgTIME {
     /* the point on the earth's surface above which the sun is directly 
      * overhead */
     struct fgCartesianPoint fg_sunpos;  /* in cartesian coordiantes */
     double sun_lon, sun_gc_lat;         /* in geocentric coordinates */
 };
 
-extern struct time_params cur_time_params;
+extern struct fgTIME cur_time_params;
 
 
 #endif /* FG_TIME_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/08/13 21:56:00  curt
-/* Initial revision.
+/* Revision 1.2  1997/08/27 03:30:36  curt
+/* Changed naming scheme of basic shared structures.
 /*
+ * Revision 1.1  1997/08/13 21:56:00  curt
+ * Initial revision.
+ *
  */