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