add -o option (output filename)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user