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:44:46 +0300
committerGitHub <noreply@github.com>2020-05-19 20:44:46 +0300
commit07c521e0fb29afac447846c52379fe6874c08a3e (patch)
tree0d390f46bea9248cbe3135c8c934510b5fc6cfec /arm9/lib/include/GX_g3imm.h
parent57724b2acd34b70c1cbd0f4a9c786b08c0ffef5e (diff)
parent28588d4a447def7794c3bb2a8dc6bb7ed60c44e5 (diff)
Merge pull request #92 from Made-s/master
Decompile all of GX
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