summaryrefslogtreecommitdiff
path: root/arm9/lib/include/GX_g3imm.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-05-19 20:47:26 +0300
committerGitHub <noreply@github.com>2020-05-19 20:47:26 +0300
commitf498725e917a761e42a6f93efdf239dde46dc245 (patch)
treedc335eeb815b2236516ea1c405cb1d26b0890f76 /arm9/lib/include/GX_g3imm.h
parentf0f5bcb1ff206f093958f523e2fc8892383e3028 (diff)
parent07c521e0fb29afac447846c52379fe6874c08a3e (diff)
Merge branch 'master' into master
Diffstat (limited to 'arm9/lib/include/GX_g3imm.h')
-rw-r--r--arm9/lib/include/GX_g3imm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm9/lib/include/GX_g3imm.h b/arm9/lib/include/GX_g3imm.h
new file mode 100644
index 00000000..f811dc68
--- /dev/null
+++ b/arm9/lib/include/GX_g3imm.h
@@ -0,0 +1,10 @@
+#ifndef GUARD_GX_G3IMM_H
+#define GUARD_GX_G3IMM_H
+
+#include "fx.h"
+
+void G3_LoadMtx43(struct Mtx43 *mtx);
+void G3_MultMtx43(struct Mtx43 *mtx);
+void G3_MultMtx33(struct Mtx33 *mtx);
+
+#endif //GUARD_GX_G3IMM_H