mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-03 10:31:17 -04:00
94 lines
2.5 KiB
C++
94 lines
2.5 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_klft.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_klft.h"
|
|
#include "m_Do/m_Do_ext.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 00000078-00000374 .text ride_call_back__FP4dBgWP10fopAc_ac_cP10fopAc_ac_c */
|
|
void ride_call_back(dBgW*, fopAc_ac_c*, fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000003B0-0000046C .text nodeCallBack_main__FP7J3DNodei */
|
|
static BOOL nodeCallBack_main(J3DNode*, int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000046C-00000520 .text nodeCallBack__FP7J3DNodei */
|
|
static BOOL nodeCallBack(J3DNode*, int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000520-000005A0 .text himo_Draw__FP10klft_class */
|
|
void himo_Draw(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000005A0-00000688 .text daKlft_Draw__FP10klft_class */
|
|
static BOOL daKlft_Draw(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000688-00000F24 .text klft_move__FP10klft_class */
|
|
void klft_move(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000F24-00001140 .text himo_move__FP10klft_class */
|
|
void himo_move(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00001140-00001444 .text daKlft_Execute__FP10klft_class */
|
|
static BOOL daKlft_Execute(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00001444-0000144C .text daKlft_IsDelete__FP10klft_class */
|
|
static BOOL daKlft_IsDelete(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000144C-00001520 .text daKlft_Delete__FP10klft_class */
|
|
static BOOL daKlft_Delete(klft_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00001520-000017C4 .text CallbackCreateHeap__FP10fopAc_ac_c */
|
|
static BOOL CallbackCreateHeap(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000017C4-00001C78 .text daKlft_Create__FP10fopAc_ac_c */
|
|
static s32 daKlft_Create(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class l_daKlft_Method = {
|
|
(process_method_func)daKlft_Create,
|
|
(process_method_func)daKlft_Delete,
|
|
(process_method_func)daKlft_Execute,
|
|
(process_method_func)daKlft_IsDelete,
|
|
(process_method_func)daKlft_Draw,
|
|
};
|
|
|
|
actor_process_profile_definition g_profile_KLFT = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0003,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_KLFT,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(klft_class),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ 0x008C,
|
|
/* Actor SubMtd */ &l_daKlft_Method,
|
|
/* Status */ fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
|
};
|