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
@@ -96,28 +96,28 @@ bool daObjLeaves_c::_draw() {
}
/* 00001290-000012B0 .text daObjLeaves_Create__FP13daObjLeaves_c */
static cPhs_State daObjLeaves_Create(daObjLeaves_c*) {
/* Nonmatching */
static cPhs_State daObjLeaves_Create(daObjLeaves_c* i_this) {
return ((daObjLeaves_c*)i_this)->_create();
}
/* 000012B0-000012D4 .text daObjLeaves_Delete__FP13daObjLeaves_c */
static BOOL daObjLeaves_Delete(daObjLeaves_c*) {
/* Nonmatching */
static BOOL daObjLeaves_Delete(daObjLeaves_c* i_this) {
return ((daObjLeaves_c*)i_this)->_delete();
}
/* 000012D4-000012F8 .text daObjLeaves_Execute__FP13daObjLeaves_c */
static BOOL daObjLeaves_Execute(daObjLeaves_c*) {
/* Nonmatching */
static BOOL daObjLeaves_Execute(daObjLeaves_c* i_this) {
return ((daObjLeaves_c*)i_this)->_execute();
}
/* 000012F8-0000131C .text daObjLeaves_Draw__FP13daObjLeaves_c */
static BOOL daObjLeaves_Draw(daObjLeaves_c*) {
/* Nonmatching */
static BOOL daObjLeaves_Draw(daObjLeaves_c* i_this) {
return ((daObjLeaves_c*)i_this)->_draw();
}
/* 0000131C-00001324 .text daObjLeaves_IsDelete__FP13daObjLeaves_c */
static BOOL daObjLeaves_IsDelete(daObjLeaves_c*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class l_daObjLeaves_Method = {