move a proto declaration to the right place

This commit is contained in:
tTh
2023-04-20 22:55:46 +02:00
parent 87c2ffd88d
commit c2b9a31c93
2 changed files with 6 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ typedef struct {
int status;
} EdgesAndVertices;
int x_write_vertedges(char *filename, BBList *bblist, EdgeList *edges);
/* in importobj.c */
int try_to_read_an_OBJ_file(char *fname, int outstyle);
/* in rdwredges.c */
int x_write_vertedges(char *filename, BBList *bblist, EdgeList *edges);
int x_load_vertedges(char *filename, EdgesAndVertices *eav);