X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Fviews.hxx;h=f3de02a8460a341935988c8e2ec79c960a6492b0;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=2808f4f9dda4668211a1002d36a033861ccb9046;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/Main/views.hxx b/Main/views.hxx index 2808f4f9d..f3de02a84 100644 --- a/Main/views.hxx +++ b/Main/views.hxx @@ -172,10 +172,10 @@ public: inline void force_update_fov_math() { update_fov = true; } // Update the view parameters - void UpdateViewMath( FGState *f ); + void UpdateViewMath( FGInterface *f ); // Update the "World to Eye" transformation matrix - void UpdateWorldToEye( FGState *f ); + void UpdateWorldToEye( FGInterface *f ); // Update the field of view coefficients void UpdateFOV( const fgOPTIONS& o ); @@ -232,6 +232,9 @@ extern FGView current_view; // $Log$ +// Revision 1.21 1999/02/05 21:29:15 curt +// Modifications to incorporate Jon S. Berndts flight model code. +// // Revision 1.20 1999/02/02 20:13:38 curt // MSVC++ portability changes by Bernie Bright: //