mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -373,17 +373,17 @@ void daNpc_Ym1_c::shadowDraw() {
|
||||
}
|
||||
|
||||
/* 0000359C-000037A0 .text _draw__11daNpc_Ym1_cFv */
|
||||
bool daNpc_Ym1_c::_draw() {
|
||||
BOOL daNpc_Ym1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000037A0-00003A5C .text _execute__11daNpc_Ym1_cFv */
|
||||
bool daNpc_Ym1_c::_execute() {
|
||||
BOOL daNpc_Ym1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00003A5C-00003AB0 .text _delete__11daNpc_Ym1_cFv */
|
||||
bool daNpc_Ym1_c::_delete() {
|
||||
BOOL daNpc_Ym1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -413,28 +413,28 @@ void daNpc_Ym1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 000045F8-00004618 .text daNpc_Ym1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Ym1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Ym1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Ym1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00004618-00004638 .text daNpc_Ym1_Delete__FP11daNpc_Ym1_c */
|
||||
static BOOL daNpc_Ym1_Delete(daNpc_Ym1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ym1_Delete(daNpc_Ym1_c* i_this) {
|
||||
return ((daNpc_Ym1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00004638-00004658 .text daNpc_Ym1_Execute__FP11daNpc_Ym1_c */
|
||||
static BOOL daNpc_Ym1_Execute(daNpc_Ym1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ym1_Execute(daNpc_Ym1_c* i_this) {
|
||||
return ((daNpc_Ym1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00004658-00004678 .text daNpc_Ym1_Draw__FP11daNpc_Ym1_c */
|
||||
static BOOL daNpc_Ym1_Draw(daNpc_Ym1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ym1_Draw(daNpc_Ym1_c* i_this) {
|
||||
return ((daNpc_Ym1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00004678-00004680 .text daNpc_Ym1_IsDelete__FP11daNpc_Ym1_c */
|
||||
static BOOL daNpc_Ym1_IsDelete(daNpc_Ym1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Ym1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user