couch/core/Vertex.h

11 lines
114 B
C
Raw Normal View History

2021-01-12 14:09:38 -06:00
#ifndef VERTEX_H
#define VERTEX_H
#include "types.h"
struct Vertex {
cfloat x, y, z;
}
#endif /* VERTEX_H */