]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/fixnode.h
Updated to fix every node.
[flightgear.git] / FixNode / fixnode.h
index 3c514b9741a45ca8f6f8aeefcf39445e8b56da4a..303eb6286a54c702b4276578f4463196e8de7206 100644 (file)
 
 
 /* load the node information */
-void fixnodes(struct MESH *m);
+void fixnodes(char *basename, struct MESH *m);
 
 
 #endif /* FIXNODE_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/11/27 00:17:33  curt
-/* Initial revision.
+/* Revision 1.2  1997/12/02 13:12:07  curt
+/* Updated to fix every node.
 /*
+ * Revision 1.1  1997/11/27 00:17:33  curt
+ * Initial revision.
+ *
  */