]> git.mxchange.org Git - flightgear.git/blobdiff - Main/views.hxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Main / views.hxx
index 2808f4f9dda4668211a1002d36a033861ccb9046..f3de02a8460a341935988c8e2ec79c960a6492b0 100644 (file)
@@ -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:
 //