diff options
author | sanine-a <sanine.not@pm.me> | 2020-12-02 01:42:21 -0600 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-12-02 01:42:21 -0600 |
commit | f417d2b047369cac234c471ef37ab8281181d69f (patch) | |
tree | 3b21174fc4efcd5643b1f4d1e8a202020f85cede /src/glm_bindings.h | |
parent | be49795636e5a9ede3742d077701f48e9316e121 (diff) |
create basic scene tree node
Diffstat (limited to 'src/glm_bindings.h')
-rw-r--r-- | src/glm_bindings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glm_bindings.h b/src/glm_bindings.h index 1b86de2..b04016e 100644 --- a/src/glm_bindings.h +++ b/src/glm_bindings.h @@ -12,6 +12,10 @@ extern int honey_glm_vec4_mt_ref; extern int honey_glm_mat3_mt_ref; extern int honey_glm_mat4_mt_ref; +extern honey_glm_array UNIT_X; +extern honey_glm_array UNIT_Y; +extern honey_glm_array UNIT_Z; + /** @brief Push the honey glm binding functions to the lua stack. * * @returns Nothing. |