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
+5 -5
View File
@@ -93,8 +93,8 @@ static BOOL daObjApzl_Delete(void*) {
}
/* 00001894-000018B8 .text daObjApzl_Draw__FPv */
static BOOL daObjApzl_Draw(void*) {
/* Nonmatching */
static BOOL daObjApzl_Draw(void* i_this) {
return ((daObjApzl_c*)i_this)->_draw();
}
/* 000018B8-00001B00 .text _draw__11daObjApzl_cFv */
@@ -103,8 +103,8 @@ bool daObjApzl_c::_draw() {
}
/* 00001B00-00001B24 .text daObjApzl_Execute__FPv */
static BOOL daObjApzl_Execute(void*) {
/* Nonmatching */
static BOOL daObjApzl_Execute(void* i_this) {
return ((daObjApzl_c*)i_this)->_execute();
}
/* 00001B24-00001E8C .text _execute__11daObjApzl_cFv */
@@ -114,7 +114,7 @@ bool daObjApzl_c::_execute() {
/* 00001E8C-00001E94 .text daObjApzl_IsDelete__FPv */
static BOOL daObjApzl_IsDelete(void*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class daObj_ApzlMethodTable = {