X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Ffg_time.hxx;h=a784531fef8e10686b7af292be5f640b31c49443;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=04c48470a86f2ccf8b2422fa69905d0b60e52825;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/Time/fg_time.hxx b/Time/fg_time.hxx index 04c48470a..a784531fe 100644 --- a/Time/fg_time.hxx +++ b/Time/fg_time.hxx @@ -98,13 +98,16 @@ void fgTimeInit(fgTIME *t); // Update the time dependent variables -void fgTimeUpdate(FGState *f, fgTIME *t); +void fgTimeUpdate(FGInterface *f, fgTIME *t); #endif // _FG_TIME_HXX // $Log$ +// Revision 1.14 1999/02/05 21:29:19 curt +// Modifications to incorporate Jon S. Berndts flight model code. +// // Revision 1.13 1999/02/01 21:33:39 curt // Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since // Jon accepted my offer to do this and thought it was a good idea.