mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -304,17 +304,17 @@ void daNpc_Uk_c::visit_action(void*) {
|
||||
}
|
||||
|
||||
/* 00004774-00004A20 .text _draw__10daNpc_Uk_cFv */
|
||||
bool daNpc_Uk_c::_draw() {
|
||||
BOOL daNpc_Uk_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00004A20-00004CE4 .text _execute__10daNpc_Uk_cFv */
|
||||
bool daNpc_Uk_c::_execute() {
|
||||
BOOL daNpc_Uk_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00004CE4-00004D34 .text _delete__10daNpc_Uk_cFv */
|
||||
bool daNpc_Uk_c::_delete() {
|
||||
BOOL daNpc_Uk_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -334,28 +334,28 @@ void daNpc_Uk_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00005728-00005748 .text daNpc_Uk_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Uk_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Uk_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Uk_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00005748-00005768 .text daNpc_Uk_Delete__FP10daNpc_Uk_c */
|
||||
static BOOL daNpc_Uk_Delete(daNpc_Uk_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Uk_Delete(daNpc_Uk_c* i_this) {
|
||||
return ((daNpc_Uk_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00005768-00005788 .text daNpc_Uk_Execute__FP10daNpc_Uk_c */
|
||||
static BOOL daNpc_Uk_Execute(daNpc_Uk_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Uk_Execute(daNpc_Uk_c* i_this) {
|
||||
return ((daNpc_Uk_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00005788-000057A8 .text daNpc_Uk_Draw__FP10daNpc_Uk_c */
|
||||
static BOOL daNpc_Uk_Draw(daNpc_Uk_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Uk_Draw(daNpc_Uk_c* i_this) {
|
||||
return ((daNpc_Uk_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000057A8-000057B0 .text daNpc_Uk_IsDelete__FP10daNpc_Uk_c */
|
||||
static BOOL daNpc_Uk_IsDelete(daNpc_Uk_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Uk_Method = {
|
||||
|
||||
Reference in New Issue
Block a user