hello_ps2/include/mesh.h

6 lines
114 B
C

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