summaryrefslogtreecommitdiff
path: root/include/SDK
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-11-11 18:14:59 -0500
committerMax <mparisi@stevens.edu>2020-11-11 18:14:59 -0500
commit81a97af975cbd660c335a287796dff1d42606cfa (patch)
tree445e52824f3bca6310d446eeb7ab7d45fde898a4 /include/SDK
parente411f08f4341cbbbb67b227b2a224b85cc8f14b2 (diff)
match GScamera::func_801DE1F8
Diffstat (limited to 'include/SDK')
-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