From fc16337c080db7013791bf25ace538546d2779dc Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 27 Oct 2020 14:39:29 -0500 Subject: add honey.mesh bindings to the honey_setup() --- src/mesh/mesh.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesh/mesh.h') diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h index a82db52..1f3bc3e 100644 --- a/src/mesh/mesh.h +++ b/src/mesh/mesh.h @@ -16,6 +16,9 @@ typedef struct { unsigned int vertex_array, vertex_buffer, element_buffer; } honey_mesh; +/** @brief Push the mesh bindings to the lua stack. */ +void honey_setup_mesh(); + /** @brief Create a new mesh from vertex and index arrays. * * This function copies the data, so you can safely permit vertices and -- cgit v1.2.1