]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/LaRCsim.hxx
Converted fgFLIGHT to a class.
[flightgear.git] / FDM / LaRCsim.hxx
index 2299410ff47e4fa6d0d835a6e8c69db5d95322e8..6d11a3e787351194dba07b30cc14a19f2b0e6c66 100644 (file)
 int fgLaRCsimInit(double dt);
 
 // update position based on inputs, positions, velocities, etc.
-int fgLaRCsimUpdate(fgFLIGHT *f, int multiloop);
+int fgLaRCsimUpdate(fgFLIGHTf, int multiloop);
 
 // Convert from the fgFLIGHT struct to the LaRCsim generic_ struct
-int fgFlight_2_LaRCsim (fgFLIGHT *f);
+int fgFlight_2_LaRCsim (fgFLIGHTf);
 
 // Convert from the LaRCsim generic_ struct to the fgFLIGHT struct
-int fgLaRCsim_2_Flight (fgFLIGHT *f);
+int fgLaRCsim_2_Flight (fgFLIGHTf);
 
 
 #endif // _LARCSIM_HXX
 
 
 // $Log$
+// Revision 1.3  1998/12/03 01:16:38  curt
+// Converted fgFLIGHT to a class.
+//
 // Revision 1.2  1998/10/17 01:34:13  curt
 // C++ ifying ...
 //