From c5874a0fc256a429b682f14344fca74fd0deab3a Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 25 Oct 2020 12:56:16 -0500 Subject: add basic cglm binding functions --- src/honey.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/honey.h') diff --git a/src/honey.h b/src/honey.h index caa92e7..8231b70 100644 --- a/src/honey.h +++ b/src/honey.h @@ -9,10 +9,10 @@ #include "common.h" #include "camera/camera.h" +#include "cglm_bindings.h" #include "input/input.h" #include "light/light.h" #include "mesh/mesh.h" -#include "model/model.h" #include "primitives/primitives.h" #include "shader/shader.h" #include "texture/texture.h" @@ -68,9 +68,4 @@ bool honey_run(lua_State* L, honey_options opts); */ int honey_get_callback(lua_State* L, char* callback); -#define honey_set_resize_callback glfwSetFramebufferSizeCallback -#define honey_set_mouse_move_callback glfwSetCursorPosCallback - -#define honey_quit glfwTerminate - #endif -- cgit v1.2.1