mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -178,28 +178,28 @@ bool daObjYLzou_c::_draw() {
|
||||
}
|
||||
|
||||
/* 00001834-00001854 .text daObjYLzou_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daObjYLzou_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daObjYLzou_Create(fopAc_ac_c* i_this) {
|
||||
return ((daObjYLzou_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00001854-00001878 .text daObjYLzou_Delete__FP12daObjYLzou_c */
|
||||
static BOOL daObjYLzou_Delete(daObjYLzou_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjYLzou_Delete(daObjYLzou_c* i_this) {
|
||||
return ((daObjYLzou_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00001878-0000189C .text daObjYLzou_Execute__FP12daObjYLzou_c */
|
||||
static BOOL daObjYLzou_Execute(daObjYLzou_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjYLzou_Execute(daObjYLzou_c* i_this) {
|
||||
return ((daObjYLzou_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 0000189C-000018C0 .text daObjYLzou_Draw__FP12daObjYLzou_c */
|
||||
static BOOL daObjYLzou_Draw(daObjYLzou_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjYLzou_Draw(daObjYLzou_c* i_this) {
|
||||
return ((daObjYLzou_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000018C0-000018C8 .text daObjYLzou_IsDelete__FP12daObjYLzou_c */
|
||||
static BOOL daObjYLzou_IsDelete(daObjYLzou_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daObjYLzou_Method = {
|
||||
|
||||
Reference in New Issue
Block a user