mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04:00
75 lines
2.0 KiB
C++
75 lines
2.0 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_sk2.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_sk2.h"
|
|
#include "m_Do/m_Do_ext.h"
|
|
#include "d/d_bg_w_sv.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 00000078-00000194 .text nodeCallBack__FP7J3DNodei */
|
|
static BOOL nodeCallBack(J3DNode*, int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000001D0-00000278 .text daSk2_Draw__FP9sk2_class */
|
|
static BOOL daSk2_Draw(sk2_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000278-00000568 .text dousa_move__FP9sk2_class */
|
|
void dousa_move(sk2_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000568-00000660 .text daSk2_Execute__FP9sk2_class */
|
|
static BOOL daSk2_Execute(sk2_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000660-00000668 .text daSk2_IsDelete__FP9sk2_class */
|
|
static BOOL daSk2_IsDelete(sk2_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000668-000006C4 .text daSk2_Delete__FP9sk2_class */
|
|
static BOOL daSk2_Delete(sk2_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000006C4-00000918 .text useHeapInit__FP10fopAc_ac_c */
|
|
static BOOL useHeapInit(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000918-00000BC4 .text daSk2_Create__FP10fopAc_ac_c */
|
|
static s32 daSk2_Create(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class l_daSk2_Method = {
|
|
(process_method_func)daSk2_Create,
|
|
(process_method_func)daSk2_Delete,
|
|
(process_method_func)daSk2_Execute,
|
|
(process_method_func)daSk2_IsDelete,
|
|
(process_method_func)daSk2_Draw,
|
|
};
|
|
|
|
actor_process_profile_definition g_profile_SK2 = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0003,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_SK2,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(sk2_class),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ 0x0098,
|
|
/* Actor SubMtd */ &l_daSk2_Method,
|
|
/* Status */ fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
|
};
|