mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 20:20:14 -04:00
Auto-generate trivial process_method_funcs
This commit is contained in:
@@ -145,28 +145,28 @@ bool daObjComing::Act_c::_draw() {
|
||||
namespace daObjComing {
|
||||
namespace {
|
||||
/* 00001318-00001338 .text Mthd_Create__Q211daObjComing28@unnamed@d_a_obj_coming_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void*) {
|
||||
/* Nonmatching */
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((daObjComing::Act_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00001338-0000135C .text Mthd_Delete__Q211daObjComing28@unnamed@d_a_obj_coming_cpp@FPv */
|
||||
BOOL Mthd_Delete(void*) {
|
||||
/* Nonmatching */
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((daObjComing::Act_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 0000135C-00001380 .text Mthd_Execute__Q211daObjComing28@unnamed@d_a_obj_coming_cpp@FPv */
|
||||
BOOL Mthd_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((daObjComing::Act_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00001380-000013A4 .text Mthd_Draw__Q211daObjComing28@unnamed@d_a_obj_coming_cpp@FPv */
|
||||
BOOL Mthd_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((daObjComing::Act_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000013A4-000013AC .text Mthd_IsDelete__Q211daObjComing28@unnamed@d_a_obj_coming_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class Mthd_Table = {
|
||||
|
||||
Reference in New Issue
Block a user