mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
15 lines
310 B
C++
15 lines
310 B
C++
#ifndef D_BG_D_BG_S_WTR_CHK_H
|
|
#define D_BG_D_BG_S_WTR_CHK_H
|
|
|
|
#include "d/bg/d_bg_s_spl_grp_chk.h"
|
|
#include "dolphin/types.h"
|
|
|
|
class dBgS_WtrChk : public dBgS_SplGrpChk {
|
|
public:
|
|
/* 80079164 */ dBgS_WtrChk();
|
|
|
|
/* 8001DF30 */ virtual ~dBgS_WtrChk();
|
|
}; // Size: 0x54
|
|
|
|
#endif /* D_BG_D_BG_S_WTR_CHK_H */
|