]> git.mxchange.org Git - flightgear.git/blobdiff - External/external.hxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / External / external.hxx
index 323420ec5a57a68ef1c522037957a56925bf3763..ba7023fdb09e24b4968f9eaec4f149eadff01e53 100644 (file)
@@ -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.