diff options
Diffstat (limited to 'src/glm/glm.h')
-rw-r--r-- | src/glm/glm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/glm/glm.h b/src/glm/glm.h new file mode 100644 index 0000000..2bf803b --- /dev/null +++ b/src/glm/glm.h @@ -0,0 +1,10 @@ +#ifndef HONEY_GLM_H +#define HONEY_GLM_H + +#include <lua.h> + +void setup_glm(lua_State *L, int honey_index); +void setup_mat4(lua_State *L, int glm_index); +void setup_transform(lua_State *L, int glm_index); + +#endif |