#ifndef PRGE_MESH_H #define PRGE_MESH_H #define PRGE_SHADER_POS_LOC 0 Vertex vertex(V3 pos); Mesh *mesh(Arena *arena, Vertex *verts, U32 nverts, U32 *indices, U32 nindices); #endif /* PRGE_MESH_H */