daObj_BouMato_c OK (#2264)

* daObj_BouMato_c OK

* daObjGraRock_c Matched except template function order

* daBkyRock_c OK
This commit is contained in:
hatal175
2024-12-12 22:58:40 +02:00
committed by GitHub
parent 559fcb3a16
commit ee992eb80c
17 changed files with 1226 additions and 1773 deletions
+2
View File
@@ -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;