mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
move some of d_com_inf_game (#128)
* move most d_com_inf_game * remove temp
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
class dCcMassS_Obj {
|
||||
public:
|
||||
dCcMassS_Obj();
|
||||
~dCcMassS_Obj();
|
||||
|
||||
private:
|
||||
u8 field_0x0[12];
|
||||
cCcD_DivideInfo cccd_divideinfo;
|
||||
@@ -15,6 +18,7 @@ private:
|
||||
class dCcMassS_Mng {
|
||||
public:
|
||||
dCcMassS_Mng(void);
|
||||
~dCcMassS_Mng();
|
||||
|
||||
private:
|
||||
/* 0x0000 */ cCcD_DivideArea cccd_dividearea;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef D_CC_D_CC_S_H
|
||||
#define D_CC_D_CC_S_H
|
||||
|
||||
#include "SSystem/SComponent/c_cc_s.h"
|
||||
#include "d/cc/d_cc_d.h"
|
||||
#include "d/cc/d_cc_mass_s.h"
|
||||
#include "dolphin/types.h"
|
||||
@@ -42,9 +43,9 @@ public:
|
||||
static u8 m_mtrl_hit_tbl[64];
|
||||
|
||||
private:
|
||||
/* 0x0000 */ cCcS cccs;
|
||||
/* 0x0000 */ cCcS mCCcS;
|
||||
/* 0x2834 */ u8 field_0x2834[0x18];
|
||||
/* 0x284C */ dCcMassS_Mng dccmass_mng;
|
||||
/* 0x284C */ dCcMassS_Mng mMass_Mng;
|
||||
};
|
||||
|
||||
#endif /* D_CC_D_CC_S_H */
|
||||
|
||||
Reference in New Issue
Block a user