summaryrefslogtreecommitdiff
path: root/src/honey.c
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-27 14:39:29 -0500
committersanine-a <sanine.not@pm.me>2020-10-27 14:39:29 -0500
commitfc16337c080db7013791bf25ace538546d2779dc (patch)
tree49550ddf171eb94ab54a1181b7b2bb8f58a49472 /src/honey.c
parent3ef1112d085a101aa55d11ff894f1fb515d29c27 (diff)
add honey.mesh bindings to the honey_setup()
Diffstat (limited to 'src/honey.c')
-rw-r--r--src/honey.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/honey.c b/src/honey.c
index 950fc25..cc6b980 100644
--- a/src/honey.c
+++ b/src/honey.c
@@ -76,6 +76,9 @@ bool honey_setup(lua_State** L)
honey_setup_shader(*L);
lua_setfield(*L, -2, "shader");
+ honey_setup_mesh(*L);
+ lua_setfield(*L, -2, "mesh");
+
lua_pushcfunction(*L, honey_exit);
lua_setfield(*L, -2, "exit");