2021-03-28 22:49:05 +02:00
|
|
|
#ifndef D_BG_D_BG_S_GND_CHK_H
|
|
|
|
|
#define D_BG_D_BG_S_GND_CHK_H
|
|
|
|
|
|
2021-05-02 10:13:14 -07:00
|
|
|
#include "SSystem/SComponent/c_bg_s_gnd_chk.h"
|
|
|
|
|
#include "d/bg/d_bg_s_chk.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "dolphin/types.h"
|
|
|
|
|
|
2021-05-02 10:13:14 -07:00
|
|
|
class dBgS_GndChk : public cBgS_GndChk {
|
|
|
|
|
public:
|
|
|
|
|
/* 8007757C */ dBgS_GndChk();
|
|
|
|
|
virtual void temp(); // temp to build OK
|
|
|
|
|
/* 800775F0 */ virtual ~dBgS_GndChk();
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
/* 0x3C */ dBgS_Chk mChk;
|
|
|
|
|
}; // Size = 0x54
|
|
|
|
|
|
|
|
|
|
class dBgS_LinkGndChk : dBgS_GndChk {};
|
|
|
|
|
|
|
|
|
|
class dBgS_ObjGndChk : dBgS_GndChk {};
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
#endif /* D_BG_D_BG_S_GND_CHK_H */
|