summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/math_t.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-22 18:10:26 -0400
committerrealtradam <[email protected]>2023-06-22 18:10:26 -0400
commita4aca2a3c3084882eb2a3912ef3f87e02153c74a (patch)
treed1da6672794c3636212644b79f455bc3d5ca3731 /include/rodeo/math_t.h
parente7e0b682309d8a415dd514a318d1139e3acce85b (diff)
downloadRodeoKit-a4aca2a3c3084882eb2a3912ef3f87e02153c74a.tar.gz
RodeoKit-a4aca2a3c3084882eb2a3912ef3f87e02153c74a.zip
implemented matrix stacks
Diffstat (limited to 'include/rodeo/math_t.h')
-rw-r--r--include/rodeo/math_t.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rodeo/math_t.h b/include/rodeo/math_t.h
index 9374c2a..19fe4bf 100644
--- a/include/rodeo/math_t.h
+++ b/include/rodeo/math_t.h
@@ -3,3 +3,5 @@
// --- internal ---
// public
#include "rodeo/math/vec2_t.h"
+#include "rodeo/math/vec3_t.h"
+#include "rodeo/math/mat4_t.h"