X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Ffg_time.h;h=9518d913ab1421fc7f8e67dcea0572326c01b7b2;hb=89a981160759f5992111f67e48bce6768bca6595;hp=8b8d28f8118f0c7a7ed2af03839459eb41dcff62;hpb=90e39d537ff92215a58b7ce21a013c7f18deea91;p=flightgear.git diff --git a/Time/fg_time.h b/Time/fg_time.h index 8b8d28f81..9518d913a 100644 --- a/Time/fg_time.h +++ b/Time/fg_time.h @@ -32,21 +32,24 @@ /* 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. + * */