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
@@ -458,17 +458,17 @@ void daNpc_Ba1_c::shadowDraw() {
|
||||
}
|
||||
|
||||
/* 00003AA8-00003C0C .text _draw__11daNpc_Ba1_cFv */
|
||||
bool daNpc_Ba1_c::_draw() {
|
||||
BOOL daNpc_Ba1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00003C0C-00003E1C .text _execute__11daNpc_Ba1_cFv */
|
||||
bool daNpc_Ba1_c::_execute() {
|
||||
BOOL daNpc_Ba1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00003E1C-00003E78 .text _delete__11daNpc_Ba1_cFv */
|
||||
bool daNpc_Ba1_c::_delete() {
|
||||
BOOL daNpc_Ba1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -498,28 +498,28 @@ void daNpc_Ba1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 0000485C-0000487C .text daNpc_Ba1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_Ba1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_Ba1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_Ba1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 0000487C-0000489C .text daNpc_Ba1_Delete__FP11daNpc_Ba1_c */
|
||||
static BOOL daNpc_Ba1_Delete(daNpc_Ba1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ba1_Delete(daNpc_Ba1_c* i_this) {
|
||||
return ((daNpc_Ba1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 0000489C-000048BC .text daNpc_Ba1_Execute__FP11daNpc_Ba1_c */
|
||||
static BOOL daNpc_Ba1_Execute(daNpc_Ba1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ba1_Execute(daNpc_Ba1_c* i_this) {
|
||||
return ((daNpc_Ba1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000048BC-000048DC .text daNpc_Ba1_Draw__FP11daNpc_Ba1_c */
|
||||
static BOOL daNpc_Ba1_Draw(daNpc_Ba1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_Ba1_Draw(daNpc_Ba1_c* i_this) {
|
||||
return ((daNpc_Ba1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000048DC-000048E4 .text daNpc_Ba1_IsDelete__FP11daNpc_Ba1_c */
|
||||
static BOOL daNpc_Ba1_IsDelete(daNpc_Ba1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_Ba1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user