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
@@ -333,17 +333,17 @@ void daNpc_Ob1_c::shadowDraw() {
}
/* 00002F18-0000300C .text _draw__11daNpc_Ob1_cFv */
bool daNpc_Ob1_c::_draw() {
BOOL daNpc_Ob1_c::_draw() {
/* Nonmatching */
}
/* 0000300C-000031F0 .text _execute__11daNpc_Ob1_cFv */
bool daNpc_Ob1_c::_execute() {
BOOL daNpc_Ob1_c::_execute() {
/* Nonmatching */
}
/* 000031F0-0000324C .text _delete__11daNpc_Ob1_cFv */
bool daNpc_Ob1_c::_delete() {
BOOL daNpc_Ob1_c::_delete() {
/* Nonmatching */
}
@@ -373,28 +373,28 @@ void daNpc_Ob1_c::CreateHeap() {
}
/* 00003BE8-00003C08 .text daNpc_Ob1_Create__FP10fopAc_ac_c */
static cPhs_State daNpc_Ob1_Create(fopAc_ac_c*) {
/* Nonmatching */
static cPhs_State daNpc_Ob1_Create(fopAc_ac_c* i_this) {
return ((daNpc_Ob1_c*)i_this)->_create();
}
/* 00003C08-00003C28 .text daNpc_Ob1_Delete__FP11daNpc_Ob1_c */
static BOOL daNpc_Ob1_Delete(daNpc_Ob1_c*) {
/* Nonmatching */
static BOOL daNpc_Ob1_Delete(daNpc_Ob1_c* i_this) {
return ((daNpc_Ob1_c*)i_this)->_delete();
}
/* 00003C28-00003C48 .text daNpc_Ob1_Execute__FP11daNpc_Ob1_c */
static BOOL daNpc_Ob1_Execute(daNpc_Ob1_c*) {
/* Nonmatching */
static BOOL daNpc_Ob1_Execute(daNpc_Ob1_c* i_this) {
return ((daNpc_Ob1_c*)i_this)->_execute();
}
/* 00003C48-00003C68 .text daNpc_Ob1_Draw__FP11daNpc_Ob1_c */
static BOOL daNpc_Ob1_Draw(daNpc_Ob1_c*) {
/* Nonmatching */
static BOOL daNpc_Ob1_Draw(daNpc_Ob1_c* i_this) {
return ((daNpc_Ob1_c*)i_this)->_draw();
}
/* 00003C68-00003C70 .text daNpc_Ob1_IsDelete__FP11daNpc_Ob1_c */
static BOOL daNpc_Ob1_IsDelete(daNpc_Ob1_c*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class l_daNpc_Ob1_Method = {