]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/stars.cxx
C++-ifying.
[flightgear.git] / Astro / stars.cxx
index 87bf8c5178b66a5d1b8ce43c9569974f66042f8f..453b33aad16919c9fe1bc882bce37ca19e231036 100644 (file)
@@ -40,7 +40,7 @@
 #include <GL/glut.h>
 #include <XGL/xgl.h>
 
-#include <Aircraft/aircraft.h>
+#include <Aircraft/aircraft.hxx>
 #include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
 #include <Misc/fgstream.hxx>
@@ -252,6 +252,9 @@ void fgStarsRender( void ) {
 
 
 // $Log$
+// Revision 1.19  1998/10/16 23:27:21  curt
+// C++-ifying.
+//
 // Revision 1.18  1998/10/16 00:52:20  curt
 // Converted to Point3D class.
 //