Files
dusklight/include/d/d_bg_s_chk.h
T
TakaRikka 178194ccb2 switch to dtk setup (#2203)
* switch to dtk setup

* some cleanup / fixes

* cleanup d_a_alink literals

* Restore doxygen, update CI & README.md (#1)

* Fix build image ref (#2)

---------

Co-authored-by: Luke Street <luke@street.dev>
2024-10-10 08:29:58 -06:00

17 lines
438 B
C++

#ifndef D_BG_D_BG_S_CHK_H
#define D_BG_D_BG_S_CHK_H
#include "d/d_bg_s_grp_pass_chk.h"
#include "d/d_bg_s_poly_pass_chk.h"
class dBgS_Chk : public dBgS_PolyPassChk, public dBgS_GrpPassChk {
public:
/* 8007749C */ dBgS_Chk();
/* 80077560 */ cBgS_PolyPassChk* GetPolyPassChkInfo();
/* 80077564 */ cBgS_GrpPassChk* GetGrpPassChkInfo();
/* 800774E8 */ virtual ~dBgS_Chk();
}; // Size: 0x18
#endif /* D_BG_D_BG_S_CHK_H */