couch/core/Vertex.h
2021-01-12 14:09:38 -06:00

11 lines
114 B
C

#ifndef VERTEX_H
#define VERTEX_H
#include "types.h"
struct Vertex {
cfloat x, y, z;
}
#endif /* VERTEX_H */