mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 11:47:28 -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>
18 lines
481 B
C++
18 lines
481 B
C++
/**
|
|
* d_bg_s_sph_chk.cpp
|
|
* BG Collision Sphere Check
|
|
*/
|
|
|
|
#include "d/d_bg_s_sph_chk.h"
|
|
|
|
/* 80078A14-80078AC0 073354 00AC+00 0/0 1/1 1/1 .text __ct__11dBgS_SphChkFv */
|
|
dBgS_SphChk::dBgS_SphChk() {
|
|
SetPolyPassChk(GetPolyPassChkInfo());
|
|
SetGrpPassChk(GetGrpPassChkInfo());
|
|
SetActorPid(0xFFFFFFFF);
|
|
ClearPi();
|
|
mCallback = NULL;
|
|
}
|
|
|
|
/* 80078AC0-80078B70 073400 00B0+00 5/4 2/2 0/0 .text __dt__11dBgS_SphChkFv */
|
|
dBgS_SphChk::~dBgS_SphChk() {} |