mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-08 12:17:12 -04:00
78 lines
2.0 KiB
C++
78 lines
2.0 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_ff.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_ff.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 00000078-000001E4 .text fire_fly_draw__FP8ff_class */
|
|
void fire_fly_draw(ff_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000001E4-000002EC .text z_check__FP8ff_classP4cXyz */
|
|
void z_check(ff_class*, cXyz*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000002EC-0000037C .text daFf_Draw__FP8ff_class */
|
|
static BOOL daFf_Draw(ff_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000037C-00000D18 .text fire_fly_move__FP8ff_class */
|
|
void fire_fly_move(ff_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00001098-00001168 .text daFf_Execute__FP8ff_class */
|
|
static BOOL daFf_Execute(ff_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00001168-00001170 .text daFf_IsDelete__FP8ff_class */
|
|
static BOOL daFf_IsDelete(ff_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00001170-000011AC .text daFf_Delete__FP8ff_class */
|
|
static BOOL daFf_Delete(ff_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000011AC-0000138C .text useHeapInit__FP10fopAc_ac_c */
|
|
static BOOL useHeapInit(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000013D4-0000164C .text daFf_Create__FP10fopAc_ac_c */
|
|
static s32 daFf_Create(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class l_daFf_Method = {
|
|
(process_method_func)daFf_Create,
|
|
(process_method_func)daFf_Delete,
|
|
(process_method_func)daFf_Execute,
|
|
(process_method_func)daFf_IsDelete,
|
|
(process_method_func)daFf_Draw,
|
|
};
|
|
|
|
actor_process_profile_definition g_profile_FF = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0007,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_FF,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(ff_class),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ 0x00EE,
|
|
/* Actor SubMtd */ &l_daFf_Method,
|
|
/* Status */ fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_0_e,
|
|
};
|