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

@@ -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;