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
+9 -9
View File
@@ -143,28 +143,28 @@ bool daWarphr_c::_draw() {
}
/* 000016E0-00001700 .text daWarphr_Create__FPv */
static cPhs_State daWarphr_Create(void*) {
/* Nonmatching */
static cPhs_State daWarphr_Create(void* i_this) {
return ((daWarphr_c*)i_this)->_create();
}
/* 00001700-00001724 .text daWarphr_Delete__FPv */
static BOOL daWarphr_Delete(void*) {
/* Nonmatching */
static BOOL daWarphr_Delete(void* i_this) {
return ((daWarphr_c*)i_this)->_delete();
}
/* 00001724-00001748 .text daWarphr_Draw__FPv */
static BOOL daWarphr_Draw(void*) {
/* Nonmatching */
static BOOL daWarphr_Draw(void* i_this) {
return ((daWarphr_c*)i_this)->_draw();
}
/* 00001748-0000176C .text daWarphr_Execute__FPv */
static BOOL daWarphr_Execute(void*) {
/* Nonmatching */
static BOOL daWarphr_Execute(void* i_this) {
return ((daWarphr_c*)i_this)->_execute();
}
/* 0000176C-00001774 .text daWarphr_IsDelete__FPv */
static BOOL daWarphr_IsDelete(void*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class daWarphrMethodTable = {