diff options
| author | realtradam <[email protected]> | 2023-06-22 18:10:26 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-22 18:10:26 -0400 |
| commit | a4aca2a3c3084882eb2a3912ef3f87e02153c74a (patch) | |
| tree | d1da6672794c3636212644b79f455bc3d5ca3731 /include/rodeo/math_t.h | |
| parent | e7e0b682309d8a415dd514a318d1139e3acce85b (diff) | |
| download | RodeoKit-a4aca2a3c3084882eb2a3912ef3f87e02153c74a.tar.gz RodeoKit-a4aca2a3c3084882eb2a3912ef3f87e02153c74a.zip | |
implemented matrix stacks
Diffstat (limited to 'include/rodeo/math_t.h')
| -rw-r--r-- | include/rodeo/math_t.h | 2 |
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" |
