mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -194,17 +194,17 @@ void daNpc_Pm1_c::demo() {
|
||||
}
|
||||
|
||||
/* 00001558-000016BC .text _draw__11daNpc_Pm1_cFv */
|
||||
bool daNpc_Pm1_c::_draw() {
|
||||
BOOL daNpc_Pm1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000016BC-00001818 .text _execute__11daNpc_Pm1_cFv */
|
||||
bool daNpc_Pm1_c::_execute() {
|
||||
BOOL daNpc_Pm1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001818-0000189C .text _delete__11daNpc_Pm1_cFv */
|
||||
bool daNpc_Pm1_c::_delete() {
|
||||
BOOL daNpc_Pm1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -224,28 +224,28 @@ void daNpc_Pm1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00002168-00002188 .text daNpc_Pm1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Pm1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Pm1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Pm1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00002188-000021A8 .text daNpc_Pm1_Delete__FP11daNpc_Pm1_c */
|
||||
static BOOL daNpc_Pm1_Delete(daNpc_Pm1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Pm1_Delete(daNpc_Pm1_c* i_this) {
|
||||
return ((daNpc_Pm1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 000021A8-000021C8 .text daNpc_Pm1_Execute__FP11daNpc_Pm1_c */
|
||||
static BOOL daNpc_Pm1_Execute(daNpc_Pm1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Pm1_Execute(daNpc_Pm1_c* i_this) {
|
||||
return ((daNpc_Pm1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000021C8-000021E8 .text daNpc_Pm1_Draw__FP11daNpc_Pm1_c */
|
||||
static BOOL daNpc_Pm1_Draw(daNpc_Pm1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Pm1_Draw(daNpc_Pm1_c* i_this) {
|
||||
return ((daNpc_Pm1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000021E8-000021F0 .text daNpc_Pm1_IsDelete__FP11daNpc_Pm1_c */
|
||||
static BOOL daNpc_Pm1_IsDelete(daNpc_Pm1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Pm1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user