summaryrefslogtreecommitdiff
path: root/arm9/lib/include/GX_g3imm.h
diff options
context:
space:
mode:
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