mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 19:55:58 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -96,28 +96,28 @@ bool daObjLeaves_c::_draw() {
|
||||
}
|
||||
|
||||
/* 00001290-000012B0 .text daObjLeaves_Create__FP13daObjLeaves_c */
|
||||
static cPhs_State daObjLeaves_Create(daObjLeaves_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daObjLeaves_Create(daObjLeaves_c* i_this) {
|
||||
return ((daObjLeaves_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 000012B0-000012D4 .text daObjLeaves_Delete__FP13daObjLeaves_c */
|
||||
static BOOL daObjLeaves_Delete(daObjLeaves_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjLeaves_Delete(daObjLeaves_c* i_this) {
|
||||
return ((daObjLeaves_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 000012D4-000012F8 .text daObjLeaves_Execute__FP13daObjLeaves_c */
|
||||
static BOOL daObjLeaves_Execute(daObjLeaves_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjLeaves_Execute(daObjLeaves_c* i_this) {
|
||||
return ((daObjLeaves_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000012F8-0000131C .text daObjLeaves_Draw__FP13daObjLeaves_c */
|
||||
static BOOL daObjLeaves_Draw(daObjLeaves_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjLeaves_Draw(daObjLeaves_c* i_this) {
|
||||
return ((daObjLeaves_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 0000131C-00001324 .text daObjLeaves_IsDelete__FP13daObjLeaves_c */
|
||||
static BOOL daObjLeaves_IsDelete(daObjLeaves_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daObjLeaves_Method = {
|
||||
|
||||
Reference in New Issue
Block a user