]> git.mxchange.org Git - flightgear.git/blobdiff - Main/views.hxx
C++-ifying.
[flightgear.git] / Main / views.hxx
index e63ce32d1ce10e78e22d970fa3d2f5054250f48f..22b5f1c5f03e759c3e114ead0deb3b8253aee8cb 100644 (file)
@@ -1,4 +1,3 @@
-//
 // views.hxx -- data structures and routines for managing and view parameters.
 //
 // Written by Curtis Olson, started August 1997.
@@ -32,8 +31,7 @@
 #endif                                   
 
 
-// #include <Include/fg_types.h>
-#include <Flight/flight.h>
+#include <Flight/flight.hxx>
 #include <Math/mat3.h>
 #include <Math/point3d.hxx>
 #include <Time/fg_time.hxx>
@@ -182,6 +180,9 @@ extern fgVIEW current_view;
 
 
 // $Log$
+// Revision 1.15  1998/10/16 23:27:56  curt
+// C++-ifying.
+//
 // Revision 1.14  1998/10/16 00:54:04  curt
 // Converted to Point3D class.
 //