Files
tp/include/d/bg/d_bg_s_gnd_chk.h
T
e915df66c8 move d_a_alink and some related stuff (#130)
* clean up d_a_player

* move some of daalink

* more daalink / daplayer

* setup some daalink members

* rest of daalink members setup

* remove comment

* few more matches

* remove asm

* more matches

* more matches + move e_wb_class

* fix some d_save classes

Co-authored-by: lepelog <lepelog@users.noreply.github.com>
2021-05-23 12:09:59 +02:00

26 lines
607 B
C++

#ifndef D_BG_D_BG_S_GND_CHK_H
#define D_BG_D_BG_S_GND_CHK_H
#include "SSystem/SComponent/c_bg_s_gnd_chk.h"
#include "d/bg/d_bg_s_chk.h"
#include "dolphin/types.h"
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 {
virtual void temp(); // temp to build OK
/* 80140EB8 */ virtual ~dBgS_LinkGndChk();
};
class dBgS_ObjGndChk : dBgS_GndChk {};
#endif /* D_BG_D_BG_S_GND_CHK_H */