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:
@@ -105,28 +105,28 @@ bool daObjLight::Act_c::_draw() {
|
||||
namespace daObjLight {
|
||||
namespace {
|
||||
/* 00001528-00001548 .text Mthd_Create__Q210daObjLight27@unnamed@d_a_obj_light_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void*) {
|
||||
/* Nonmatching */
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((daObjLight::Act_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00001548-0000156C .text Mthd_Delete__Q210daObjLight27@unnamed@d_a_obj_light_cpp@FPv */
|
||||
BOOL Mthd_Delete(void*) {
|
||||
/* Nonmatching */
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((daObjLight::Act_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 0000156C-00001590 .text Mthd_Execute__Q210daObjLight27@unnamed@d_a_obj_light_cpp@FPv */
|
||||
BOOL Mthd_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((daObjLight::Act_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00001590-000015B4 .text Mthd_Draw__Q210daObjLight27@unnamed@d_a_obj_light_cpp@FPv */
|
||||
BOOL Mthd_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((daObjLight::Act_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000015B4-000015BC .text Mthd_IsDelete__Q210daObjLight27@unnamed@d_a_obj_light_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static actor_method_class Mthd_Table = {
|
||||
|
||||
Reference in New Issue
Block a user