diff options
Diffstat (limited to 'src/math/irodeo_mat4.h')
| -rw-r--r-- | src/math/irodeo_mat4.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/irodeo_mat4.h b/src/math/irodeo_mat4.h new file mode 100644 index 0000000..ff625a7 --- /dev/null +++ b/src/math/irodeo_mat4.h @@ -0,0 +1,8 @@ +#pragma once + +// -- internal -- +// public +#include "rodeo/math/mat4_t.h" + +void +irodeo_print_matrix(rodeo_math_mat4_t mat); |
