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
@@ -85,28 +85,28 @@ void daObjIce_c::setEffectMtx() {
}
/* 000013A0-000013C0 .text daObjIce_Create__FP10fopAc_ac_c */
static cPhs_State daObjIce_Create(fopAc_ac_c*) {
/* Nonmatching */
static cPhs_State daObjIce_Create(fopAc_ac_c* i_this) {
return ((daObjIce_c*)i_this)->_create();
}
/* 000013C0-000013E4 .text daObjIce_Delete__FP10daObjIce_c */
static BOOL daObjIce_Delete(daObjIce_c*) {
/* Nonmatching */
static BOOL daObjIce_Delete(daObjIce_c* i_this) {
return ((daObjIce_c*)i_this)->_delete();
}
/* 000013E4-00001408 .text daObjIce_Execute__FP10daObjIce_c */
static BOOL daObjIce_Execute(daObjIce_c*) {
/* Nonmatching */
static BOOL daObjIce_Execute(daObjIce_c* i_this) {
return ((daObjIce_c*)i_this)->_execute();
}
/* 00001408-0000142C .text daObjIce_Draw__FP10daObjIce_c */
static BOOL daObjIce_Draw(daObjIce_c*) {
/* Nonmatching */
static BOOL daObjIce_Draw(daObjIce_c* i_this) {
return ((daObjIce_c*)i_this)->_draw();
}
/* 0000142C-00001434 .text daObjIce_IsDelete__FP10daObjIce_c */
static BOOL daObjIce_IsDelete(daObjIce_c*) {
/* Nonmatching */
return TRUE;
}
static actor_method_class l_daObjIce_Method = {