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
@@ -60,12 +60,12 @@ static BOOL daGrid_Delete(daGrid_c*) {
}
/* 800EA978-800EA998 .text daGrid_Create__FP10fopAc_ac_c */
static s32 daGrid_Create(fopAc_ac_c*) {
static cPhs_State daGrid_Create(fopAc_ac_c*) {
/* Nonmatching */
}
/* 800EA998-800EAEAC .text _create__8daGrid_cFv */
s32 daGrid_c::_create() {
cPhs_State daGrid_c::_create() {
/* Nonmatching */
}