summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2023-08-21 21:20:21 -0600
committerGitHub <noreply@github.com>2023-08-22 06:20:21 +0300
commit1f75e16efc3771cb0958ca23613f17d3bee13eeb (patch)
tree0e78d707c4b087e92b1f521d597ff60338848ff7 /include/m_Do
parent5601eae62978c5dc2cc706b5655bd63b380f4918 (diff)
m_Do_mtx (#1893)
* m_Do_mtx * fix author * rm dummy file
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_mtx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_mtx.h b/include/m_Do/m_Do_mtx.h
index d448e008fa..4d95da5c86 100644
--- a/include/m_Do/m_Do_mtx.h
+++ b/include/m_Do/m_Do_mtx.h
@@ -103,6 +103,10 @@ inline void mDoMtx_identity(Mtx m) {
PSMTXIdentity(m);
}
+inline void mDoMtx_concat(const Mtx a, const Mtx b, Mtx c) {
+ PSMTXConcat(a, b, c);
+}
+
class mDoMtx_stack_c {
public:
/* 8000CCC8 */ static bool push();