mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 09:44:37 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user