X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=External%2Fexternal.hxx;h=ba7023fdb09e24b4968f9eaec4f149eadff01e53;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=323420ec5a57a68ef1c522037957a56925bf3763;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/External/external.hxx b/External/external.hxx index 323420ec5..ba7023fdb 100644 --- a/External/external.hxx +++ b/External/external.hxx @@ -76,13 +76,16 @@ public: // reset flight params to a specific position -void fgExternalInit( FGState& f ); +void fgExternalInit( FGInterface& f ); #endif // _EXTERNAL_HXX // $Log$ +// Revision 1.6 1999/02/05 21:29:04 curt +// Modifications to incorporate Jon S. Berndts flight model code. +// // Revision 1.5 1999/01/19 17:52:12 curt // Working on being able to extrapolate a new position and orientation // based on a position, orientation, and time offset.