mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -199,17 +199,17 @@ void daNpc_Tt_c::ke_execute() {
|
||||
}
|
||||
|
||||
/* 00001E04-00001F84 .text _draw__10daNpc_Tt_cFv */
|
||||
bool daNpc_Tt_c::_draw() {
|
||||
BOOL daNpc_Tt_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001F84-00002158 .text _execute__10daNpc_Tt_cFv */
|
||||
bool daNpc_Tt_c::_execute() {
|
||||
BOOL daNpc_Tt_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00002158-000021A8 .text _delete__10daNpc_Tt_cFv */
|
||||
bool daNpc_Tt_c::_delete() {
|
||||
BOOL daNpc_Tt_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -229,28 +229,28 @@ void daNpc_Tt_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00002AB0-00002AD0 .text daNpc_Tt_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Tt_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Tt_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Tt_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00002AD0-00002AF0 .text daNpc_Tt_Delete__FP10daNpc_Tt_c */
|
||||
static BOOL daNpc_Tt_Delete(daNpc_Tt_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Tt_Delete(daNpc_Tt_c* i_this) {
|
||||
return ((daNpc_Tt_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00002AF0-00002B10 .text daNpc_Tt_Execute__FP10daNpc_Tt_c */
|
||||
static BOOL daNpc_Tt_Execute(daNpc_Tt_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Tt_Execute(daNpc_Tt_c* i_this) {
|
||||
return ((daNpc_Tt_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00002B10-00002B30 .text daNpc_Tt_Draw__FP10daNpc_Tt_c */
|
||||
static BOOL daNpc_Tt_Draw(daNpc_Tt_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Tt_Draw(daNpc_Tt_c* i_this) {
|
||||
return ((daNpc_Tt_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00002B30-00002B38 .text daNpc_Tt_IsDelete__FP10daNpc_Tt_c */
|
||||
static BOOL daNpc_Tt_IsDelete(daNpc_Tt_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#include "d/actor/d_a_npc_tt_anm.inc"
|
||||
|
||||
Reference in New Issue
Block a user