Files
tp/include/d/bg/d_bg_s_spl_grp_chk.h
T
TakaRikkaandGitHub 2f4904dae2 move d_a_itembase_static / d_a_item_static / Z2StatusMgr (#123)
* move d_a_itembase_static

* move d_a_item_static

* moved Z2StatusMgr

* clang

* fixes

* clang?

* move d_save

* move d_meter2_info

* some d_meter2_info fixes

* move most d_a_player

* move d_bg_s stuff

* move c_cc_s stuff

* move d_cc stuff

* move d_attention / d_event / d_stage
2021-05-02 13:13:14 -04:00

28 lines
736 B
C++

#ifndef D_BG_D_BG_S_SPL_GRP_CHK_H
#define D_BG_D_BG_S_SPL_GRP_CHK_H
#include "SSystem/SComponent/c_bg_s_chk.h"
#include "SSystem/SComponent/c_bg_s_poly_info.h"
#include "SSystem/SComponent/c_xyz.h"
#include "d/bg/d_bg_s_chk.h"
#include "dolphin/types.h"
class dBgS_SplGrpChk {
public:
/* 80078B90 */ void Set(cXyz&, f32);
/* 80078BB0 */ dBgS_SplGrpChk();
/* 80078C78 */ ~dBgS_SplGrpChk();
/* 80078D0C */ void Init();
private:
/* 0x00 */ cBgS_PolyInfo field_0x00;
/* 0x10 */ cBgS_Chk field_0x10;
/* 0x24 */ dBgS_Chk field_0x24;
/* 0x3C */ cXyz m_ground;
/* 0x48 */ float mRoof;
/* 0x4C */ float mHeight;
/* 0x50 */ int field_0x50;
}; // Size = 0x54
#endif /* D_BG_D_BG_S_SPL_GRP_CHK_H */