From b0235d7a0bac4994da7102887ec0ba1cd613769f Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 14 Jul 2020 20:54:35 +0800 Subject: *misc --- src/extend/mesh.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/extend/mesh.h') diff --git a/src/extend/mesh.h b/src/extend/mesh.h index aa2a398..b9b07f8 100644 --- a/src/extend/mesh.h +++ b/src/extend/mesh.h @@ -3,10 +3,11 @@ #include "../core/vert.h" -// typedef struct Mesh { - Vert* vertices; uint vert_count; - uint* triangles; uint tris_count; + Vert* vertices; + uint vert_count; + uint* triangles; + uint tris_count; } Mesh; Mesh* mesh_loadfromobj(const char* path); -- cgit v1.1-26-g67d0