mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -303,17 +303,17 @@ void daNpc_Gp1_c::demo() {
|
||||
}
|
||||
|
||||
/* 00002C6C-00002E24 .text _draw__11daNpc_Gp1_cFv */
|
||||
bool daNpc_Gp1_c::_draw() {
|
||||
BOOL daNpc_Gp1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00002E24-00003008 .text _execute__11daNpc_Gp1_cFv */
|
||||
bool daNpc_Gp1_c::_execute() {
|
||||
BOOL daNpc_Gp1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00003008-00003064 .text _delete__11daNpc_Gp1_cFv */
|
||||
bool daNpc_Gp1_c::_delete() {
|
||||
BOOL daNpc_Gp1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -338,28 +338,28 @@ void daNpc_Gp1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 000039A0-000039C0 .text daNpc_Gp1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Gp1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Gp1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Gp1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 000039C0-000039E0 .text daNpc_Gp1_Delete__FP11daNpc_Gp1_c */
|
||||
static BOOL daNpc_Gp1_Delete(daNpc_Gp1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Gp1_Delete(daNpc_Gp1_c* i_this) {
|
||||
return ((daNpc_Gp1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 000039E0-00003A00 .text daNpc_Gp1_Execute__FP11daNpc_Gp1_c */
|
||||
static BOOL daNpc_Gp1_Execute(daNpc_Gp1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Gp1_Execute(daNpc_Gp1_c* i_this) {
|
||||
return ((daNpc_Gp1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00003A00-00003A20 .text daNpc_Gp1_Draw__FP11daNpc_Gp1_c */
|
||||
static BOOL daNpc_Gp1_Draw(daNpc_Gp1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Gp1_Draw(daNpc_Gp1_c* i_this) {
|
||||
return ((daNpc_Gp1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00003A20-00003A28 .text daNpc_Gp1_IsDelete__FP11daNpc_Gp1_c */
|
||||
static BOOL daNpc_Gp1_IsDelete(daNpc_Gp1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Gp1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user