diff options
Diffstat (limited to 'src/mesh.h')
-rw-r--r-- | src/mesh.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ #include "common.h" +extern int honey_mesh_mt_ref; + typedef struct { unsigned int n_vertices, n_indices; unsigned int vertex_array, vertex_buffer, element_buffer; |