#include "math3d.h" struct mesh { VECTOR *verticies; }; int load_file(const char *fname, char *b, int b_len);