move a proto declaration to the right place
This commit is contained in:
parent
87c2ffd88d
commit
c2b9a31c93
@ -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);
|
||||
|
@ -7,9 +7,9 @@
|
||||
#include <libgen.h> // for basename(3)
|
||||
|
||||
#include "../bubulles.h"
|
||||
#include "../edges.h"
|
||||
|
||||
int try_to_read_an_OBJ_file(char *fname, int outstyle);
|
||||
|
||||
#include "./objtrucs.h"
|
||||
|
||||
int verbosity = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user