mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 07:19:53 -04:00
dfa8efa97b
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
14 lines
252 B
C++
14 lines
252 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:
|
|
dBgS_WtrChk();
|
|
|
|
virtual ~dBgS_WtrChk() {}
|
|
}; // Size: 0x54
|
|
|
|
#endif /* D_BG_D_BG_S_WTR_CHK_H */
|