Files
tww/src/d/actor/d_a_obj_gnndemotakie.cpp
T

95 lines
2.6 KiB
C++

//
// Generated by dtk
// Translation Unit: d_a_obj_gnndemotakie.cpp
//
#include "d/actor/d_a_obj_gnndemotakie.h"
#include "d/d_procname.h"
/* 00000078-00000098 .text solidHeapCB__15daObjGnntakie_cFP10fopAc_ac_c */
void daObjGnntakie_c::solidHeapCB(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00000098-000001F4 .text create_heap__15daObjGnntakie_cFv */
void daObjGnntakie_c::create_heap() {
/* Nonmatching */
}
/* 000001F4-00000300 .text _create__15daObjGnntakie_cFv */
s32 daObjGnntakie_c::_create() {
/* Nonmatching */
}
/* 000003A4-000003D4 .text _delete__15daObjGnntakie_cFv */
BOOL daObjGnntakie_c::_delete() {
/* Nonmatching */
}
/* 000003D4-000003F4 .text init_mtx__15daObjGnntakie_cFv */
void daObjGnntakie_c::init_mtx() {
/* Nonmatching */
}
/* 000003F4-0000041C .text _execute__15daObjGnntakie_cFv */
BOOL daObjGnntakie_c::_execute() {
/* Nonmatching */
}
/* 0000041C-00000494 .text _draw__15daObjGnntakie_cFv */
BOOL daObjGnntakie_c::_draw() {
/* Nonmatching */
}
namespace {
/* 00000494-000004B4 .text Mthd_Create__34@unnamed@d_a_obj_gnndemotakie_cpp@FPv */
void Mthd_Create(void*) {
/* Nonmatching */
}
/* 000004B4-000004D8 .text Mthd_Delete__34@unnamed@d_a_obj_gnndemotakie_cpp@FPv */
void Mthd_Delete(void*) {
/* Nonmatching */
}
/* 000004D8-000004FC .text Mthd_Execute__34@unnamed@d_a_obj_gnndemotakie_cpp@FPv */
void Mthd_Execute(void*) {
/* Nonmatching */
}
/* 000004FC-00000520 .text Mthd_Draw__34@unnamed@d_a_obj_gnndemotakie_cpp@FPv */
void Mthd_Draw(void*) {
/* Nonmatching */
}
/* 00000520-00000528 .text Mthd_IsDelete__34@unnamed@d_a_obj_gnndemotakie_cpp@FPv */
void Mthd_IsDelete(void*) {
/* Nonmatching */
}
static actor_method_class Gnntakie_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_Gnntakie = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0003,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_Obj_Gnntakie,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daObjGnntakie_c),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x0052,
/* Actor SubMtd */ &Gnntakie_Mthd_Table,
/* Status */ fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};