summaryrefslogtreecommitdiff
path: root/include/SDK/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDK/mtx.h')
-rw-r--r--include/SDK/mtx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SDK/mtx.h b/include/SDK/mtx.h
index e9b1e2b..07840fc 100644
--- a/include/SDK/mtx.h
+++ b/include/SDK/mtx.h
@@ -6,6 +6,8 @@ extern "C" {
#endif
typedef float Mtx[3][4];
+typedef float Mtx44[4][4];
+
typedef float (*MtxPtr)[4];
#define MTX_PTR_OFFSET 3