mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -253,28 +253,29 @@ BOOL daObj_hsh_c::draw() {
|
||||
}
|
||||
|
||||
/* 00002158-00002178 .text daObj_hsh_Draw__FP11daObj_hsh_c */
|
||||
static BOOL daObj_hsh_Draw(daObj_hsh_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObj_hsh_Draw(daObj_hsh_c* i_this) {
|
||||
return ((daObj_hsh_c*)i_this)->draw();
|
||||
}
|
||||
|
||||
/* 00002178-00002198 .text daObj_hsh_Execute__FP11daObj_hsh_c */
|
||||
static BOOL daObj_hsh_Execute(daObj_hsh_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObj_hsh_Execute(daObj_hsh_c* i_this) {
|
||||
return ((daObj_hsh_c*)i_this)->execute();
|
||||
}
|
||||
|
||||
/* 00002198-000021A0 .text daObj_hsh_IsDelete__FP11daObj_hsh_c */
|
||||
static BOOL daObj_hsh_IsDelete(daObj_hsh_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* 000021A0-000021C8 .text daObj_hsh_Delete__FP11daObj_hsh_c */
|
||||
static BOOL daObj_hsh_Delete(daObj_hsh_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObj_hsh_Delete(daObj_hsh_c* i_this) {
|
||||
((daObj_hsh_c*)i_this)->~daObj_hsh_c();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* 000021C8-000021E8 .text daObj_hsh_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daObj_hsh_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daObj_hsh_Create(fopAc_ac_c* i_this) {
|
||||
return ((daObj_hsh_c*)i_this)->create();
|
||||
}
|
||||
|
||||
static actor_method_class l_daObj_hsh_Method = {
|
||||
|
||||
Reference in New Issue
Block a user