mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -63,28 +63,28 @@ bool daObjMshokki_c::_draw() {
|
||||
}
|
||||
|
||||
/* 00000E84-00000EA4 .text daObjMshokki_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daObjMshokki_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daObjMshokki_Create(fopAc_ac_c* i_this) {
|
||||
return ((daObjMshokki_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00000EA4-00000EC8 .text daObjMshokki_Delete__FP14daObjMshokki_c */
|
||||
static BOOL daObjMshokki_Delete(daObjMshokki_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjMshokki_Delete(daObjMshokki_c* i_this) {
|
||||
return ((daObjMshokki_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00000EC8-00000EEC .text daObjMshokki_Execute__FP14daObjMshokki_c */
|
||||
static BOOL daObjMshokki_Execute(daObjMshokki_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjMshokki_Execute(daObjMshokki_c* i_this) {
|
||||
return ((daObjMshokki_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00000EEC-00000F10 .text daObjMshokki_Draw__FP14daObjMshokki_c */
|
||||
static BOOL daObjMshokki_Draw(daObjMshokki_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjMshokki_Draw(daObjMshokki_c* i_this) {
|
||||
return ((daObjMshokki_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00000F10-00000F18 .text daObjMshokki_IsDelete__FP14daObjMshokki_c */
|
||||
static BOOL daObjMshokki_IsDelete(daObjMshokki_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daObjMshokki_Method = {
|
||||
|
||||
Reference in New Issue
Block a user