summaryrefslogtreecommitdiff
path: root/src/glm/glm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glm/glm.h')
-rw-r--r--src/glm/glm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glm/glm.h b/src/glm/glm.h
index 0667179..8bcf7cc 100644
--- a/src/glm/glm.h
+++ b/src/glm/glm.h
@@ -3,6 +3,11 @@
#include <lua.h>
+
+extern const char *vec3_tname;
+extern const char *mat4_tname;
+
+
void setup_glm(lua_State *L, int honey_index);
void setup_vec3(lua_State *L, int glm_tbl);
void setup_mat4(lua_State *L, int glm_tbl);