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
+7 -7
View File
@@ -103,13 +103,13 @@ void daWfall_c::set_se() {
}
/* 000013E0-00001400 .text daWfall_Create__FPv */
static cPhs_State daWfall_Create(void*) {
/* Nonmatching */
static cPhs_State daWfall_Create(void* i_this) {
return ((daWfall_c*)i_this)->_create();
}
/* 00001400-00001424 .text daWfall_Delete__FPv */
static BOOL daWfall_Delete(void*) {
/* Nonmatching */
static BOOL daWfall_Delete(void* i_this) {
return ((daWfall_c*)i_this)->_delete();
}
/* 00001424-00001550 .text daWfall_Draw__FPv */
@@ -118,13 +118,13 @@ static BOOL daWfall_Draw(void*) {
}
/* 00001550-00001574 .text daWfall_Execute__FPv */
static BOOL daWfall_Execute(void*) {
/* Nonmatching */
static BOOL daWfall_Execute(void* i_this) {
return ((daWfall_c*)i_this)->_execute();
}
/* 00001574-0000157C .text daWfall_IsDelete__FPv */
static BOOL daWfall_IsDelete(void*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class daWfallMethodTable = {