diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-27 16:24:36 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-27 16:24:36 -0500 |
commit | 31e715cc8a2849c059cc46cf51b301f663a953b1 (patch) | |
tree | eea24cf268ead8e6cb99e3070b8ee31e456a6f1c /src/common.h | |
parent | f04b0943c0134da93512fa7eef589047984d592b (diff) |
refactor cglm bindings to not allocate memory
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index e74e824..556304f 100644 --- a/src/common.h +++ b/src/common.h @@ -22,6 +22,7 @@ #include <GLFW/glfw3.h> // c opengl mathematics function +#define CGLM_ALL_UNALIGNED #include <cglm/cglm.h> #include <cglm/call.h> |