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:
@@ -143,28 +143,28 @@ bool daWarphr_c::_draw() {
|
||||
}
|
||||
|
||||
/* 000016E0-00001700 .text daWarphr_Create__FPv */
|
||||
static cPhs_State daWarphr_Create(void*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daWarphr_Create(void* i_this) {
|
||||
return ((daWarphr_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00001700-00001724 .text daWarphr_Delete__FPv */
|
||||
static BOOL daWarphr_Delete(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daWarphr_Delete(void* i_this) {
|
||||
return ((daWarphr_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00001724-00001748 .text daWarphr_Draw__FPv */
|
||||
static BOOL daWarphr_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daWarphr_Draw(void* i_this) {
|
||||
return ((daWarphr_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00001748-0000176C .text daWarphr_Execute__FPv */
|
||||
static BOOL daWarphr_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daWarphr_Execute(void* i_this) {
|
||||
return ((daWarphr_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 0000176C-00001774 .text daWarphr_IsDelete__FPv */
|
||||
static BOOL daWarphr_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class daWarphrMethodTable = {
|
||||
|
||||
Reference in New Issue
Block a user