]> git.mxchange.org Git - flightgear.git/blobdiff - Main/views.c
Add xgl wrappers for debugging.
[flightgear.git] / Main / views.c
index 91ec516854b583bf5c1886718418ebe9ac7bcd5a..96cdc71bff28b99b6149cfb7671ac398fdbf636a 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "views.h"
 
-#include "../constants.h"
+#include "../Include/constants.h"
 
 #include "../Flight/flight.h"
 #include "../Math/mat3.h"
@@ -133,10 +133,14 @@ void fgViewUpdate(struct fgFLIGHT *f, struct fgVIEW *v) {
 
 
 /* $Log$
-/* Revision 1.2  1997/12/10 22:37:48  curt
-/* Prepended "fg" on the name of all global structures that didn't have it yet.
-/* i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
+/* Revision 1.3  1997/12/15 23:54:50  curt
+/* Add xgl wrappers for debugging.
+/* Generate terrain normals on the fly.
 /*
+ * Revision 1.2  1997/12/10 22:37:48  curt
+ * Prepended "fg" on the name of all global structures that didn't have it yet.
+ * i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
+ *
  * Revision 1.1  1997/08/27 21:31:17  curt
  * Initial revision.
  *