mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
+12
-12
@@ -628,17 +628,17 @@ void daNpc_Ko1_c::shadowDraw() {
|
||||
}
|
||||
|
||||
/* 00007008-0000728C .text _draw__11daNpc_Ko1_cFv */
|
||||
bool daNpc_Ko1_c::_draw() {
|
||||
BOOL daNpc_Ko1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 0000728C-0000756C .text _execute__11daNpc_Ko1_cFv */
|
||||
bool daNpc_Ko1_c::_execute() {
|
||||
BOOL daNpc_Ko1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 0000756C-000075F0 .text _delete__11daNpc_Ko1_cFv */
|
||||
bool daNpc_Ko1_c::_delete() {
|
||||
BOOL daNpc_Ko1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -678,28 +678,28 @@ void daNpc_Ko1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00008604-00008624 .text daNpc_Ko1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Ko1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Ko1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Ko1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00008624-00008644 .text daNpc_Ko1_Delete__FP11daNpc_Ko1_c */
|
||||
static BOOL daNpc_Ko1_Delete(daNpc_Ko1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ko1_Delete(daNpc_Ko1_c* i_this) {
|
||||
return ((daNpc_Ko1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00008644-00008664 .text daNpc_Ko1_Execute__FP11daNpc_Ko1_c */
|
||||
static BOOL daNpc_Ko1_Execute(daNpc_Ko1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ko1_Execute(daNpc_Ko1_c* i_this) {
|
||||
return ((daNpc_Ko1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00008664-00008684 .text daNpc_Ko1_Draw__FP11daNpc_Ko1_c */
|
||||
static BOOL daNpc_Ko1_Draw(daNpc_Ko1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ko1_Draw(daNpc_Ko1_c* i_this) {
|
||||
return ((daNpc_Ko1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00008684-0000868C .text daNpc_Ko1_IsDelete__FP11daNpc_Ko1_c */
|
||||
static BOOL daNpc_Ko1_IsDelete(daNpc_Ko1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Ko1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user