Files
tww/src/d/actor/d_a_shand.cpp
T
2024-04-22 13:20:05 -04:00

118 lines
3.0 KiB
C++

//
// Generated by dtk
// Translation Unit: d_a_shand.cpp
//
#include "d/actor/d_a_shand.h"
#include "d/d_procname.h"
/* 000000EC-00000114 .text __ct__13daShand_HIO_cFv */
daShand_HIO_c::daShand_HIO_c() {
/* Nonmatching */
}
/* 00000114-00000194 .text hand_draw__FP11shand_class */
void hand_draw(shand_class*) {
/* Nonmatching */
}
/* 00000194-000001E0 .text daShand_Draw__FP11shand_class */
static BOOL daShand_Draw(shand_class*) {
/* Nonmatching */
}
/* 000001E0-0000052C .text control1__FP11shand_class */
void control1(shand_class*) {
/* Nonmatching */
}
/* 0000052C-00000740 .text control2__FP11shand_class */
void control2(shand_class*) {
/* Nonmatching */
}
/* 00000740-000007C4 .text control3__FP11shand_class */
void control3(shand_class*) {
/* Nonmatching */
}
/* 000007C4-00000BAC .text cut_control__FP11shand_class */
void cut_control(shand_class*) {
/* Nonmatching */
}
/* 00000BAC-00000C30 .text cut_control3__FP11shand_class */
void cut_control3(shand_class*) {
/* Nonmatching */
}
/* 00000C30-00000FF0 .text normal__FP11shand_class */
void normal(shand_class*) {
/* Nonmatching */
}
/* 00001428-00001508 .text cut__FP11shand_class */
void cut(shand_class*) {
/* Nonmatching */
}
/* 00001508-00001DAC .text hand_move__FP11shand_class */
void hand_move(shand_class*) {
/* Nonmatching */
}
/* 000021EC-0000225C .text daShand_Execute__FP11shand_class */
static BOOL daShand_Execute(shand_class*) {
/* Nonmatching */
}
/* 0000225C-00002264 .text daShand_IsDelete__FP11shand_class */
static BOOL daShand_IsDelete(shand_class*) {
/* Nonmatching */
}
/* 00002264-000022D4 .text daShand_Delete__FP11shand_class */
static BOOL daShand_Delete(shand_class*) {
/* Nonmatching */
}
/* 000022D4-00002360 .text useHeapInit__FP11shand_class */
void useHeapInit(shand_class*) {
/* Nonmatching */
}
/* 00002360-00002380 .text daShand_solidHeapCB__FP10fopAc_ac_c */
static BOOL daShand_solidHeapCB(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00002380-00002630 .text daShand_Create__FP10fopAc_ac_c */
static s32 daShand_Create(fopAc_ac_c*) {
/* Nonmatching */
}
static actor_method_class l_daShand_Method = {
(process_method_func)daShand_Create,
(process_method_func)daShand_Delete,
(process_method_func)daShand_Execute,
(process_method_func)daShand_IsDelete,
(process_method_func)daShand_Draw,
};
actor_process_profile_definition g_profile_SHAND = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0003,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_SHAND,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(shand_class),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x0095,
/* Actor SubMtd */ &l_daShand_Method,
/* Status */ fopAcStts_UNK4000_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ENEMY_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};