From 1f75e16efc3771cb0958ca23613f17d3bee13eeb Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Mon, 21 Aug 2023 21:20:21 -0600 Subject: m_Do_mtx (#1893) * m_Do_mtx * fix author * rm dummy file --- include/m_Do/m_Do_mtx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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(); -- cgit v1.2.3