Import project

Original repository: https://github.com/encounter/ww
This commit is contained in:
Luke Street
2023-09-10 00:42:26 -04:00
parent 81ac53f131
commit adb95b135c
3731 changed files with 481532 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
//
// Generated by dtk
// Translation Unit: c_bg_s_chk.cpp
//
#include "SSystem/SComponent/c_bg_s_chk.h"
#include "dolphin/types.h"
/* 80247304-8024734C .text __dt__8cBgS_ChkFv */
cBgS_Chk::~cBgS_Chk() {
}
/* 8024734C-8024738C .text ChkSameActorPid__8cBgS_ChkCFUi */
bool cBgS_Chk::ChkSameActorPid(unsigned int pid) const {
if (mActorPid == -1 || pid == UINT32_MAX || unk_0x0C == 0) {
return 0;
} else {
return (mActorPid == pid) ? 1 : 0;
}
}