mirror of
https://github.com/zeldaret/tp
synced 2026-07-29 07:33:32 -04:00
daObj_BouMato_c OK (#2264)
* daObj_BouMato_c OK * daObjGraRock_c Matched except template function order * daBkyRock_c OK
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user