diff options
| author | realtradam <[email protected]> | 2023-06-16 01:15:57 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-16 01:15:57 -0400 |
| commit | 94625b3133193acd22b68595fe922b7228528b11 (patch) | |
| tree | f7e358545f5043df20695d0cf51dcf8caa10cb12 /include/rodeo/math.h | |
| parent | acc9db32d765728b63162d6fc74a278d0da10b83 (diff) | |
| download | RodeoKit-matrixtemp.tar.gz RodeoKit-matrixtemp.zip | |
fix matrix wrapper as well as a lot of refactoring cleanupmatrixtemp
Diffstat (limited to 'include/rodeo/math.h')
| -rw-r--r-- | include/rodeo/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rodeo/math.h b/include/rodeo/math.h index 39e9c26..3896fef 100644 --- a/include/rodeo/math.h +++ b/include/rodeo/math.h @@ -6,6 +6,7 @@ #include "rodeo/math/vec2.h" #include "rodeo/math/vec3.h" #include "rodeo/math/mat4.h" +#include "rodeo/math/rng.h" #define mrodeo_math_pi 3.1415927410125732421875f |
