fbx_to_3dtiles/cpp_src/include/tools.h

5 lines
70 B
C

typedef struct {
char* fbx_file;
char* out_dir;
} FttContext;