add -o option (output filename)

This commit is contained in:
tTh
2023-04-30 01:03:49 +02:00
parent 7cefa36d62
commit b12bdfe306
3 changed files with 32 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ typedef struct {
} EdgesAndVertices;
/* in importobj.c */
int try_to_read_an_OBJ_file(char *fname, int outstyle);
int try_to_read_an_OBJ_file(char *fname, char *oname, int outstyle);
/* in rdwredges.c */
int x_write_vertedges (char *filename, BBList *bblist, EdgeList *edges);