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
+3 -3
View File
@@ -34,8 +34,8 @@ BOOL daObjVmsms_c::create_heap() {
}
/* 0000015C-0000021C .text _create__12daObjVmsms_cFv */
s32 daObjVmsms_c::_create() {
s32 ret = cPhs_ERROR_e;
cPhs_State daObjVmsms_c::_create() {
cPhs_State ret = cPhs_ERROR_e;
fopAcM_SetupActor(this, daObjVmsms_c);
@@ -89,7 +89,7 @@ bool daObjVmsms_c::_draw() {
namespace {
/* 0000036C-0000038C .text Mthd_Create__27@unnamed@d_a_obj_vmsms_cpp@FPv */
s32 Mthd_Create(void* i_ac) {
cPhs_State Mthd_Create(void* i_ac) {
return ((daObjVmsms_c*)i_ac)->_create();
}