mirror of
https://github.com/zeldaret/tp
synced 2026-06-10 12:55:34 -04:00
12eb254d76
* 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
356 B
C++
14 lines
356 B
C++
/**
|
|
* d_bg_s_grp_pass_chk.cpp
|
|
*
|
|
*/
|
|
|
|
#include "d/d_bg_s_grp_pass_chk.h"
|
|
|
|
/* 80077BA0-80077BC4 0724E0 0024+00 0/0 1/1 0/0 .text __ct__15dBgS_GrpPassChkFv */
|
|
dBgS_GrpPassChk::dBgS_GrpPassChk() {
|
|
mGrp = 1;
|
|
}
|
|
|
|
/* 80077BC4-80077C20 072504 005C+00 1/0 1/1 0/0 .text __dt__15dBgS_GrpPassChkFv */
|
|
dBgS_GrpPassChk::~dBgS_GrpPassChk() {} |