]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/cockpit.cxx
C++-ifying a couple source files.
[flightgear.git] / Cockpit / cockpit.cxx
index 306c364056a4f7abfcaf1f36058a5e920bca81bd..9d53c1e3ad7d43e1c23499840b333885e3059271 100644 (file)
@@ -43,7 +43,7 @@
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
 #include <Math/polar.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
 
@@ -104,9 +104,12 @@ void fgCockpitUpdate( void )
 
 
 /* $Log$
-/* Revision 1.2  1998/04/25 22:06:26  curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.3  1998/04/30 12:36:02  curt
+/* C++-ifying a couple source files.
 /*
+ * Revision 1.2  1998/04/25 22:06:26  curt
+ * Edited cvs log messages in source files ... bad bad bad!
+ *
  * Revision 1.1  1998/04/24 00:45:54  curt
  * C++-ifing the code a bit.
  *