From: curt Date: Tue, 28 Oct 1997 21:00:20 +0000 (+0000) Subject: Changing to new terrain format. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5730a47b00186a7ccb66bbac57bae2b5a7b9488f;p=simgear.git Changing to new terrain format. --- diff --git a/Scenery/moon.c b/Scenery/moon.c index 9b10b3c1..859563a5 100644 --- a/Scenery/moon.c +++ b/Scenery/moon.c @@ -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. + * */