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:
@@ -93,8 +93,8 @@ static BOOL daObjApzl_Delete(void*) {
|
||||
}
|
||||
|
||||
/* 00001894-000018B8 .text daObjApzl_Draw__FPv */
|
||||
static BOOL daObjApzl_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjApzl_Draw(void* i_this) {
|
||||
return ((daObjApzl_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000018B8-00001B00 .text _draw__11daObjApzl_cFv */
|
||||
@@ -103,8 +103,8 @@ bool daObjApzl_c::_draw() {
|
||||
}
|
||||
|
||||
/* 00001B00-00001B24 .text daObjApzl_Execute__FPv */
|
||||
static BOOL daObjApzl_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daObjApzl_Execute(void* i_this) {
|
||||
return ((daObjApzl_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00001B24-00001E8C .text _execute__11daObjApzl_cFv */
|
||||
@@ -114,7 +114,7 @@ bool daObjApzl_c::_execute() {
|
||||
|
||||
/* 00001E8C-00001E94 .text daObjApzl_IsDelete__FPv */
|
||||
static BOOL daObjApzl_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class daObj_ApzlMethodTable = {
|
||||
|
||||
Reference in New Issue
Block a user