summaryrefslogtreecommitdiff
path: root/src/extend/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extend/mesh.h')
-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;