]> git.mxchange.org Git - simgear.git/commitdiff
Changing to new terrain format.
authorcurt <curt>
Tue, 28 Oct 1997 21:00:20 +0000 (21:00 +0000)
committercurt <curt>
Tue, 28 Oct 1997 21:00:20 +0000 (21:00 +0000)
Scenery/moon.c

index 9b10b3c184cb062f8d0b98a0ecdabac8d22e743e..859563a561c2e2040a825d7173bcdca55ac30f4e 100644 (file)
@@ -26,8 +26,8 @@
 #include "orbits.h"
 #include "moon.h"
 
+#include "../Main/views.h"
 #include "../Time/fg_time.h"
-#include "../GLUT/views.h"
 /* #include "../Aircraft/aircraft.h"*/
 #include "../general.h"
 
@@ -165,7 +165,10 @@ void fgMoonRender()
 
 
 /* $Log$
-/* Revision 1.1  1997/10/25 03:16:08  curt
-/* Initial revision of code contributed by Durk Talsma.
+/* Revision 1.2  1997/10/28 21:00:21  curt
+/* Changing to new terrain format.
 /*
+ * Revision 1.1  1997/10/25 03:16:08  curt
+ * Initial revision of code contributed by Durk Talsma.
+ *
  */