]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_time.hxx
C++-ifying.
[flightgear.git] / Time / fg_time.hxx
index 1c282c743f029cd6fc6f01939b178180c779070a..10a1608fd27905b1998c97ae1b3cbf243ea48c77 100644 (file)
@@ -43,8 +43,7 @@
 #include <GL/glut.h>
 #include <time.h>
 
-#include <Include/fg_types.h>
-#include <Flight/flight.h>
+#include <Flight/flight.hxx>
 
 
 // Define a structure containing global time parameters
@@ -118,6 +117,12 @@ void fgTimeUpdate(fgFLIGHT *f, fgTIME *t);
 
 
 // $Log$
+// Revision 1.8  1998/10/16 23:28:00  curt
+// C++-ifying.
+//
+// Revision 1.7  1998/10/16 00:56:09  curt
+// Converted to Point3D class.
+//
 // Revision 1.6  1998/07/27 18:42:22  curt
 // Added a pause option.
 //