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