mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 22:45:05 -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
13 lines
169 B
C++
13 lines
169 B
C++
/**
|
|
* d_bg_s_grp_pass_chk.cpp
|
|
*
|
|
*/
|
|
|
|
#include "d/d_bg_s_grp_pass_chk.h"
|
|
|
|
dBgS_GrpPassChk::dBgS_GrpPassChk() {
|
|
mGrp = 1;
|
|
}
|
|
|
|
dBgS_GrpPassChk::~dBgS_GrpPassChk() {}
|