mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -168,17 +168,17 @@ void daNpc_Jb1_c::demo() {
|
||||
}
|
||||
|
||||
/* 00000D58-00000E74 .text _draw__11daNpc_Jb1_cFv */
|
||||
bool daNpc_Jb1_c::_draw() {
|
||||
BOOL daNpc_Jb1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00000E74-00000FBC .text _execute__11daNpc_Jb1_cFv */
|
||||
bool daNpc_Jb1_c::_execute() {
|
||||
BOOL daNpc_Jb1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00000FBC-00001054 .text _delete__11daNpc_Jb1_cFv */
|
||||
bool daNpc_Jb1_c::_delete() {
|
||||
BOOL daNpc_Jb1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -208,28 +208,28 @@ void daNpc_Jb1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00001C20-00001C40 .text daNpc_Jb1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Jb1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Jb1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Jb1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00001C40-00001C60 .text daNpc_Jb1_Delete__FP11daNpc_Jb1_c */
|
||||
static BOOL daNpc_Jb1_Delete(daNpc_Jb1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Jb1_Delete(daNpc_Jb1_c* i_this) {
|
||||
return ((daNpc_Jb1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00001C60-00001C80 .text daNpc_Jb1_Execute__FP11daNpc_Jb1_c */
|
||||
static BOOL daNpc_Jb1_Execute(daNpc_Jb1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Jb1_Execute(daNpc_Jb1_c* i_this) {
|
||||
return ((daNpc_Jb1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00001C80-00001CA0 .text daNpc_Jb1_Draw__FP11daNpc_Jb1_c */
|
||||
static BOOL daNpc_Jb1_Draw(daNpc_Jb1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Jb1_Draw(daNpc_Jb1_c* i_this) {
|
||||
return ((daNpc_Jb1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00001CA0-00001CA8 .text daNpc_Jb1_IsDelete__FP11daNpc_Jb1_c */
|
||||
static BOOL daNpc_Jb1_IsDelete(daNpc_Jb1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Jb1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user