mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
95 lines
2.5 KiB
C++
95 lines
2.5 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_obj_vmsdz.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_obj_vmsdz.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 00000078-00000098 .text solidHeapCB__12daObjVmsdz_cFP10fopAc_ac_c */
|
|
void daObjVmsdz_c::solidHeapCB(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000098-0000015C .text create_heap__12daObjVmsdz_cFv */
|
|
void daObjVmsdz_c::create_heap() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000015C-00000208 .text _create__12daObjVmsdz_cFv */
|
|
s32 daObjVmsdz_c::_create() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000208-00000238 .text _delete__12daObjVmsdz_cFv */
|
|
BOOL daObjVmsdz_c::_delete() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000238-00000258 .text init_mtx__12daObjVmsdz_cFv */
|
|
void daObjVmsdz_c::init_mtx() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000258-00000260 .text _execute__12daObjVmsdz_cFv */
|
|
BOOL daObjVmsdz_c::_execute() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000260-00000300 .text _draw__12daObjVmsdz_cFv */
|
|
BOOL daObjVmsdz_c::_draw() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
namespace {
|
|
/* 00000300-00000320 .text Mthd_Create__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
|
void Mthd_Create(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000320-00000344 .text Mthd_Delete__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
|
void Mthd_Delete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000344-00000368 .text Mthd_Execute__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
|
void Mthd_Execute(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000368-0000038C .text Mthd_Draw__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
|
void Mthd_Draw(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000038C-00000394 .text Mthd_IsDelete__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
|
void Mthd_IsDelete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class Vmsdz_Mthd_Table = {
|
|
(process_method_func)Mthd_Create,
|
|
(process_method_func)Mthd_Delete,
|
|
(process_method_func)Mthd_Execute,
|
|
(process_method_func)Mthd_IsDelete,
|
|
(process_method_func)Mthd_Draw,
|
|
};
|
|
}; // namespace
|
|
|
|
actor_process_profile_definition g_profile_Obj_Vmsdz = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0003,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_Obj_Vmsdz,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(daObjVmsdz_c),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ 0x004E,
|
|
/* Actor SubMtd */ &Vmsdz_Mthd_Table,
|
|
/* Status */ fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
|
};
|