mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-31 00:45:24 -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>
14 lines
282 B
C++
14 lines
282 B
C++
#ifndef D_BG_D_BG_S_WTR_CHK_H
|
|
#define D_BG_D_BG_S_WTR_CHK_H
|
|
|
|
#include "d/d_bg_s_spl_grp_chk.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 */
|