]> git.mxchange.org Git - flightgear.git/blobdiff - External/external.cxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / External / external.cxx
index 92930394da8a163ffe55be4d5281ea707aba3544..2325f1052e749521bb10f5c32c4a01bdfae7ef2f 100644 (file)
 
 #include "external.hxx"
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Include/fg_constants.h>
 
 
 // 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.
+//
 // Revision 1.3  1999/01/19 17:52:11  curt
 // Working on being able to extrapolate a new position and orientation
 // based on a position, orientation, and time offset.