Add cPhs_State typedef and use it everywhere

This commit is contained in:
LagoLunatic
2025-03-17 22:26:56 -04:00
parent 455ff4a571
commit 822b13e57a
887 changed files with 2448 additions and 2470 deletions
+6 -6
View File
@@ -322,7 +322,7 @@ void daObjFtree::Act_c::create_heap() {
}
/* 00003354-000035F4 .text _create__Q210daObjFtree5Act_cFv */
s32 daObjFtree::Act_c::_create() {
cPhs_State daObjFtree::Act_c::_create() {
/* Nonmatching */
}
@@ -349,27 +349,27 @@ bool daObjFtree::Act_c::_draw() {
namespace daObjFtree {
namespace {
/* 0000455C-0000457C .text Mthd_Create__Q210daObjFtree27@unnamed@d_a_obj_ftree_cpp@FPv */
void Mthd_Create(void*) {
cPhs_State Mthd_Create(void*) {
/* Nonmatching */
}
/* 0000457C-000045A0 .text Mthd_Delete__Q210daObjFtree27@unnamed@d_a_obj_ftree_cpp@FPv */
void Mthd_Delete(void*) {
BOOL Mthd_Delete(void*) {
/* Nonmatching */
}
/* 000045A0-000045C4 .text Mthd_Execute__Q210daObjFtree27@unnamed@d_a_obj_ftree_cpp@FPv */
void Mthd_Execute(void*) {
BOOL Mthd_Execute(void*) {
/* Nonmatching */
}
/* 000045C4-000045E8 .text Mthd_Draw__Q210daObjFtree27@unnamed@d_a_obj_ftree_cpp@FPv */
void Mthd_Draw(void*) {
BOOL Mthd_Draw(void*) {
/* Nonmatching */
}
/* 000045E8-000045F0 .text Mthd_IsDelete__Q210daObjFtree27@unnamed@d_a_obj_ftree_cpp@FPv */
void Mthd_IsDelete(void*) {
BOOL Mthd_IsDelete(void*) {
/* Nonmatching */
}