mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 23:01:23 -04:00
178194ccb2
* 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>
17 lines
438 B
C++
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 */
|