summaryrefslogtreecommitdiff
path: root/src/extend
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-02-22 18:17:06 +0800
committerchai <chaifix@163.com>2020-02-22 18:17:06 +0800
commit9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch)
treecd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/extend
parentd49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff)
*wog
Diffstat (limited to 'src/extend')
-rw-r--r--src/extend/mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extend/mesh.h b/src/extend/mesh.h
index 2c52669..aa2a398 100644
--- a/src/extend/mesh.h
+++ b/src/extend/mesh.h
@@ -3,6 +3,7 @@
#include "../core/vert.h"
+//
typedef struct Mesh {
Vert* vertices; uint vert_count;
uint* triangles; uint tris_count;