summaryrefslogtreecommitdiff
path: root/include/d/d_model.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-12-12 22:58:40 +0200
committerGitHub <noreply@github.com>2024-12-12 12:58:40 -0800
commitee992eb80c798a3c3cec73fb785edf6852fbd259 (patch)
tree70aa0f6832e88619a91548c40f999d5b6ade597a /include/d/d_model.h
parent559fcb3a1649cdc3b671ed0909ab35f15ec0563d (diff)
daObj_BouMato_c OK (#2264)
* daObj_BouMato_c OK * daObjGraRock_c Matched except template function order * daBkyRock_c OK
Diffstat (limited to 'include/d/d_model.h')
-rw-r--r--include/d/d_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/d_model.h b/include/d/d_model.h
index 9dc33d0ef2..0215637e3d 100644
--- a/include/d/d_model.h
+++ b/include/d/d_model.h
@@ -2,6 +2,7 @@
#define D_D_MODEL_H
#include "JSystem/J3DGraphBase/J3DPacket.h"
+#include "m_Do/m_Do_mtx.h"
class J3DModelData;
class dKy_tevstr_c;
@@ -9,6 +10,7 @@ class dKy_tevstr_c;
class dMdl_obj_c {
public:
MtxP getMtx() { return mMtx; }
+ void setMtx(Mtx mtx) { cMtx_copy(mtx, mMtx); }
/* 0x00 */ Mtx mMtx;
/* 0x30 */ dMdl_obj_c* mpObj;