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:
+12
-12
@@ -303,17 +303,17 @@ void daBigelf_c::wait_action(void*) {
|
||||
}
|
||||
|
||||
/* 00002C8C-00002DB4 .text _draw__10daBigelf_cFv */
|
||||
bool daBigelf_c::_draw() {
|
||||
BOOL daBigelf_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00002DB4-00002F5C .text _execute__10daBigelf_cFv */
|
||||
bool daBigelf_c::_execute() {
|
||||
BOOL daBigelf_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00002F5C-00002FAC .text _delete__10daBigelf_cFv */
|
||||
bool daBigelf_c::_delete() {
|
||||
BOOL daBigelf_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -333,28 +333,28 @@ void daBigelf_c::CreateHeap() {
|
||||
}
|
||||
|
||||
/* 00003808-00003828 .text daBigelf_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daBigelf_Create(fopAc_ac_c*) {
|
||||
/* Nonmatching */
|
||||
static cPhs_State daBigelf_Create(fopAc_ac_c* i_this) {
|
||||
return ((daBigelf_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00003828-00003848 .text daBigelf_Delete__FP10daBigelf_c */
|
||||
static BOOL daBigelf_Delete(daBigelf_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daBigelf_Delete(daBigelf_c* i_this) {
|
||||
return ((daBigelf_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00003848-00003868 .text daBigelf_Execute__FP10daBigelf_c */
|
||||
static BOOL daBigelf_Execute(daBigelf_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daBigelf_Execute(daBigelf_c* i_this) {
|
||||
return ((daBigelf_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00003868-00003888 .text daBigelf_Draw__FP10daBigelf_c */
|
||||
static BOOL daBigelf_Draw(daBigelf_c*) {
|
||||
/* Nonmatching */
|
||||
static BOOL daBigelf_Draw(daBigelf_c* i_this) {
|
||||
return ((daBigelf_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00003888-00003890 .text daBigelf_IsDelete__FP10daBigelf_c */
|
||||
static BOOL daBigelf_IsDelete(daBigelf_c*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class l_daBigelf_Method = {
|
||||
|
||||
Reference in New Issue
Block a user