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
+2 -2
View File
@@ -48,7 +48,7 @@ void daWindMill_c::search_wind() {
}
/* 00000670-00000804 .text _create__12daWindMill_cFv */
s32 daWindMill_c::_create() {
cPhs_State daWindMill_c::_create() {
/* Nonmatching */
}
@@ -83,7 +83,7 @@ bool daWindMill_c::_draw() {
}
/* 000017A4-000017C4 .text daWindMill_Create__FPv */
static s32 daWindMill_Create(void* i_ac) {
static cPhs_State daWindMill_Create(void* i_ac) {
return ((daWindMill_c*)i_ac)->_create();
}