]> git.mxchange.org Git - flightgear.git/blobdiff - FixObj/obj.h
Restructured to split 1deg x 1deg dem's into 64 subsections.
[flightgear.git] / FixObj / obj.h
index c0ecf801c14d6b27d30c02ae5004d7e91024cfa9..54689de06d985c5034cfe6f608590111930d5c9c 100644 (file)
@@ -36,14 +36,17 @@ extern int stack[MAXNODES];
 
 
 /* Load a .obj file */
-void obj_fix(char *basename);
+void obj_fix(char *infile, char *outfile);
 
 
 #endif /* OBJ_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/12/08 19:28:55  curt
-/* Initial revision.
+/* Revision 1.2  1998/01/09 23:03:13  curt
+/* Restructured to split 1deg x 1deg dem's into 64 subsections.
 /*
+ * Revision 1.1  1997/12/08 19:28:55  curt
+ * Initial revision.
+ *
  */