#include <sqlite3.h>
typedef struct {
char* fbx_file;
char* out_dir;
sqlite3* db;
} FttContext;
void create_tables(sqlite3* db);