mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -418,17 +418,17 @@ void daNpc_Aj1_c::shadowDraw() {
|
||||
}
|
||||
|
||||
/* 00003254-00003380 .text _draw__11daNpc_Aj1_cFv */
|
||||
bool daNpc_Aj1_c::_draw() {
|
||||
BOOL daNpc_Aj1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00003380-000035A8 .text _execute__11daNpc_Aj1_cFv */
|
||||
bool daNpc_Aj1_c::_execute() {
|
||||
BOOL daNpc_Aj1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000035A8-0000363C .text _delete__11daNpc_Aj1_cFv */
|
||||
bool daNpc_Aj1_c::_delete() {
|
||||
BOOL daNpc_Aj1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -453,28 +453,28 @@ void daNpc_Aj1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00003FFC-0000401C .text daNpc_Aj1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Aj1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Aj1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Aj1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 0000401C-0000403C .text daNpc_Aj1_Delete__FP11daNpc_Aj1_c */
|
||||
static BOOL daNpc_Aj1_Delete(daNpc_Aj1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Aj1_Delete(daNpc_Aj1_c* i_this) {
|
||||
return ((daNpc_Aj1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 0000403C-0000405C .text daNpc_Aj1_Execute__FP11daNpc_Aj1_c */
|
||||
static BOOL daNpc_Aj1_Execute(daNpc_Aj1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Aj1_Execute(daNpc_Aj1_c* i_this) {
|
||||
return ((daNpc_Aj1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 0000405C-0000407C .text daNpc_Aj1_Draw__FP11daNpc_Aj1_c */
|
||||
static BOOL daNpc_Aj1_Draw(daNpc_Aj1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Aj1_Draw(daNpc_Aj1_c* i_this) {
|
||||
return ((daNpc_Aj1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 0000407C-00004084 .text daNpc_Aj1_IsDelete__FP11daNpc_Aj1_c */
|
||||
static BOOL daNpc_Aj1_IsDelete(daNpc_Aj1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Aj1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user