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
@@ -238,17 +238,17 @@ void daNpc_De1_c::demo() {
|
||||
}
|
||||
|
||||
/* 00002248-00002358 .text _draw__11daNpc_De1_cFv */
|
||||
bool daNpc_De1_c::_draw() {
|
||||
BOOL daNpc_De1_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00002358-00002454 .text _execute__11daNpc_De1_cFv */
|
||||
bool daNpc_De1_c::_execute() {
|
||||
BOOL daNpc_De1_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00002454-00002500 .text _delete__11daNpc_De1_cFv */
|
||||
bool daNpc_De1_c::_delete() {
|
||||
BOOL daNpc_De1_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -268,28 +268,28 @@ void daNpc_De1_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00002E04-00002E24 .text daNpc_De1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daNpc_De1_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daNpc_De1_Create(fopAc_ac_c* i_this) {
|
||||
return ((daNpc_De1_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00002E24-00002E44 .text daNpc_De1_Delete__FP11daNpc_De1_c */
|
||||
static BOOL daNpc_De1_Delete(daNpc_De1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_De1_Delete(daNpc_De1_c* i_this) {
|
||||
return ((daNpc_De1_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00002E44-00002E64 .text daNpc_De1_Execute__FP11daNpc_De1_c */
|
||||
static BOOL daNpc_De1_Execute(daNpc_De1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_De1_Execute(daNpc_De1_c* i_this) {
|
||||
return ((daNpc_De1_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00002E64-00002E84 .text daNpc_De1_Draw__FP11daNpc_De1_c */
|
||||
static BOOL daNpc_De1_Draw(daNpc_De1_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daNpc_De1_Draw(daNpc_De1_c* i_this) {
|
||||
return ((daNpc_De1_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00002E84-00002E8C .text daNpc_De1_IsDelete__FP11daNpc_De1_c */
|
||||
static BOOL daNpc_De1_IsDelete(daNpc_De1_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daNpc_De1_Method = {
|
||||
|
||||
Reference in New Issue
Block a user