X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=External%2Fexternal.cxx;h=2325f1052e749521bb10f5c32c4a01bdfae7ef2f;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=0340f921e879fc7102fda90c4f429f973520bb45;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/External/external.cxx b/External/external.cxx index 0340f921e..2325f1052 100644 --- a/External/external.cxx +++ b/External/external.cxx @@ -31,17 +31,20 @@ // reset flight params to a specific position -void fgExternalInit( FGState &f ) { +void fgExternalInit( FGInterface &f ) { } // update position based on inputs, positions, velocities, etc. -void fgExternalUpdate( FGState& f, int multiloop ) { +void fgExternalUpdate( FGInterface& f, int multiloop ) { } // $Log$ +// Revision 1.5 1999/02/05 21:29:03 curt +// Modifications to incorporate Jon S. Berndts flight model code. +// // Revision 1.4 1999/02/01 21:33:32 curt // Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since // Jon accepted my offer to do this and thought it was a good idea.