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
@@ -304,17 +304,17 @@ void daNpc_Uk_c::visit_action(void*) {
}
/* 00004774-00004A20 .text _draw__10daNpc_Uk_cFv */
bool daNpc_Uk_c::_draw() {
BOOL daNpc_Uk_c::_draw() {
/* Nonmatching */
}
/* 00004A20-00004CE4 .text _execute__10daNpc_Uk_cFv */
bool daNpc_Uk_c::_execute() {
BOOL daNpc_Uk_c::_execute() {
/* Nonmatching */
}
/* 00004CE4-00004D34 .text _delete__10daNpc_Uk_cFv */
bool daNpc_Uk_c::_delete() {
BOOL daNpc_Uk_c::_delete() {
/* Nonmatching */
}
@@ -334,28 +334,28 @@ void daNpc_Uk_c::CreateHeap() {
}
/* 00005728-00005748 .text daNpc_Uk_Create__FP10fopAc_ac_c */
static cPhs_State daNpc_Uk_Create(fopAc_ac_c*) {
/* Nonmatching */
static cPhs_State daNpc_Uk_Create(fopAc_ac_c* i_this) {
return ((daNpc_Uk_c*)i_this)->_create();
}
/* 00005748-00005768 .text daNpc_Uk_Delete__FP10daNpc_Uk_c */
static BOOL daNpc_Uk_Delete(daNpc_Uk_c*) {
/* Nonmatching */
static BOOL daNpc_Uk_Delete(daNpc_Uk_c* i_this) {
return ((daNpc_Uk_c*)i_this)->_delete();
}
/* 00005768-00005788 .text daNpc_Uk_Execute__FP10daNpc_Uk_c */
static BOOL daNpc_Uk_Execute(daNpc_Uk_c*) {
/* Nonmatching */
static BOOL daNpc_Uk_Execute(daNpc_Uk_c* i_this) {
return ((daNpc_Uk_c*)i_this)->_execute();
}
/* 00005788-000057A8 .text daNpc_Uk_Draw__FP10daNpc_Uk_c */
static BOOL daNpc_Uk_Draw(daNpc_Uk_c*) {
/* Nonmatching */
static BOOL daNpc_Uk_Draw(daNpc_Uk_c* i_this) {
return ((daNpc_Uk_c*)i_this)->_draw();
}
/* 000057A8-000057B0 .text daNpc_Uk_IsDelete__FP10daNpc_Uk_c */
static BOOL daNpc_Uk_IsDelete(daNpc_Uk_c*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class l_daNpc_Uk_Method = {