]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/triload.h
More c++ compile tweaks.
[flightgear.git] / FixNode / triload.h
index 058c01869f3c3b4efcae258a594d52dab1168c58..8b5e32451e5b4a4c0cbfa6beb90f55ae8d7e006f 100644 (file)
 #define MAX_TRIS  400000
 
 
-extern int origcount, nodecount, tricount;
-double nodes[MAX_NODES][3];
+extern int nodecount, tricount;
 
 
 /* Initialize a new mesh structure */
-void triload(char *basename);
+void triload(char *basename, double nodes[MAX_NODES][3]);
 
 
 #endif /* TRILOAD_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/11/27 00:17:35  curt
-/* Initial revision.
+/* Revision 1.3  1998/03/03 16:00:59  curt
+/* More c++ compile tweaks.
 /*
+ * Revision 1.2  1998/01/09 23:03:09  curt
+ * Restructured to split 1deg x 1deg dem's into 64 subsections.
+ *
+ * Revision 1.1  1997/11/27 00:17:35  curt
+ * Initial revision.
+ *
  */