mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Add cPhs_State typedef and use it everywhere
This commit is contained in:
@@ -17,7 +17,7 @@ void daObjVtil_c::create_heap() {
|
||||
}
|
||||
|
||||
/* 0000016C-000003C0 .text _create__11daObjVtil_cFv */
|
||||
s32 daObjVtil_c::_create() {
|
||||
cPhs_State daObjVtil_c::_create() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -173,27 +173,27 @@ bool daObjVtil_c::_draw() {
|
||||
|
||||
namespace {
|
||||
/* 00001864-00001884 .text Mthd_Create__26@unnamed@d_a_obj_vtil_cpp@FPv */
|
||||
void Mthd_Create(void*) {
|
||||
cPhs_State Mthd_Create(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001884-000018A8 .text Mthd_Delete__26@unnamed@d_a_obj_vtil_cpp@FPv */
|
||||
void Mthd_Delete(void*) {
|
||||
BOOL Mthd_Delete(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000018A8-000018CC .text Mthd_Execute__26@unnamed@d_a_obj_vtil_cpp@FPv */
|
||||
void Mthd_Execute(void*) {
|
||||
BOOL Mthd_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000018CC-000018F0 .text Mthd_Draw__26@unnamed@d_a_obj_vtil_cpp@FPv */
|
||||
void Mthd_Draw(void*) {
|
||||
BOOL Mthd_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000018F0-000018F8 .text Mthd_IsDelete__26@unnamed@d_a_obj_vtil_cpp@FPv */
|
||||
void Mthd_IsDelete(void*) {
|
||||
BOOL Mthd_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user