mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -178,28 +178,28 @@ bool daWarpf_c::_draw() {
|
||||
}
|
||||
|
||||
/* 00002340-00002360 .text daWarpf_Create__FPv */
|
||||
static cPhs_State daWarpf_Create(void*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daWarpf_Create(void* i_this) {
|
||||
return ((daWarpf_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00002360-00002384 .text daWarpf_Delete__FPv */
|
||||
static BOOL daWarpf_Delete(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daWarpf_Delete(void* i_this) {
|
||||
return ((daWarpf_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00002384-000023A8 .text daWarpf_Draw__FPv */
|
||||
static BOOL daWarpf_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daWarpf_Draw(void* i_this) {
|
||||
return ((daWarpf_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000023A8-000023CC .text daWarpf_Execute__FPv */
|
||||
static BOOL daWarpf_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daWarpf_Execute(void* i_this) {
|
||||
return ((daWarpf_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000023CC-000023D4 .text daWarpf_IsDelete__FPv */
|
||||
static BOOL daWarpf_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class daWarpfMethodTable = {
|
||||
|
||||
Reference in New Issue
Block a user