Auto-generate trivial process_method_funcs

This commit is contained in:
Ammar Askar
2025-06-03 16:25:40 -04:00
parent 4bf91cbfea
commit 67050779fe
265 changed files with 1658 additions and 1652 deletions
+12 -12
View File
@@ -308,17 +308,17 @@ void daNpc_Pf1_c::shadowDraw() {
}
/* 00002C5C-00002D30 .text _draw__11daNpc_Pf1_cFv */
bool daNpc_Pf1_c::_draw() {
BOOL daNpc_Pf1_c::_draw() {
/* Nonmatching */
}
/* 00002D30-00002F94 .text _execute__11daNpc_Pf1_cFv */
bool daNpc_Pf1_c::_execute() {
BOOL daNpc_Pf1_c::_execute() {
/* Nonmatching */
}
/* 00002F94-00002FF8 .text _delete__11daNpc_Pf1_cFv */
bool daNpc_Pf1_c::_delete() {
BOOL daNpc_Pf1_c::_delete() {
/* Nonmatching */
}
@@ -338,28 +338,28 @@ void daNpc_Pf1_c::CreateHeap() {
}
/* 0000381C-0000383C .text daNpc_Pf1_Create__FP10fopAc_ac_c */
static cPhs_State daNpc_Pf1_Create(fopAc_ac_c*) {
/* Nonmatching */
static cPhs_State daNpc_Pf1_Create(fopAc_ac_c* i_this) {
return ((daNpc_Pf1_c*)i_this)->_create();
}
/* 0000383C-0000385C .text daNpc_Pf1_Delete__FP11daNpc_Pf1_c */
static BOOL daNpc_Pf1_Delete(daNpc_Pf1_c*) {
/* Nonmatching */
static BOOL daNpc_Pf1_Delete(daNpc_Pf1_c* i_this) {
return ((daNpc_Pf1_c*)i_this)->_delete();
}
/* 0000385C-0000387C .text daNpc_Pf1_Execute__FP11daNpc_Pf1_c */
static BOOL daNpc_Pf1_Execute(daNpc_Pf1_c*) {
/* Nonmatching */
static BOOL daNpc_Pf1_Execute(daNpc_Pf1_c* i_this) {
return ((daNpc_Pf1_c*)i_this)->_execute();
}
/* 0000387C-0000389C .text daNpc_Pf1_Draw__FP11daNpc_Pf1_c */
static BOOL daNpc_Pf1_Draw(daNpc_Pf1_c*) {
/* Nonmatching */
static BOOL daNpc_Pf1_Draw(daNpc_Pf1_c* i_this) {
return ((daNpc_Pf1_c*)i_this)->_draw();
}
/* 0000389C-000038A4 .text daNpc_Pf1_IsDelete__FP11daNpc_Pf1_c */
static BOOL daNpc_Pf1_IsDelete(daNpc_Pf1_c*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class l_daNpc_Pf1_Method = {