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

113 lines
3.0 KiB
C++

//
// Generated by dtk
// Translation Unit: d_a_title.cpp
//
#include "d/actor/d_a_title.h"
#include "d/d_procname.h"
/* 00000078-00000638 .text proc_init3D__14daTitle_proc_cFv */
void daTitle_proc_c::proc_init3D() {
/* Nonmatching */
}
/* 00000638-00000900 .text proc_init2D__14daTitle_proc_cFv */
void daTitle_proc_c::proc_init2D() {
/* Nonmatching */
}
/* 00000900-00000A78 .text __ct__14daTitle_proc_cFv */
daTitle_proc_c::daTitle_proc_c() {
/* Nonmatching */
}
/* 00000C1C-00000D7C .text __dt__14daTitle_proc_cFv */
daTitle_proc_c::~daTitle_proc_c() {
/* Nonmatching */
}
/* 00000D7C-00000D94 .text setEnterMode__14daTitle_proc_cFv */
void daTitle_proc_c::setEnterMode() {
/* Nonmatching */
}
/* 00000D94-00000F20 .text set_mtx__14daTitle_proc_cFv */
void daTitle_proc_c::set_mtx() {
/* Nonmatching */
}
/* 00000F20-0000172C .text calc_2d_alpha__14daTitle_proc_cFv */
void daTitle_proc_c::calc_2d_alpha() {
/* Nonmatching */
}
/* 0000172C-00001880 .text proc_execute__14daTitle_proc_cFv */
void daTitle_proc_c::proc_execute() {
/* Nonmatching */
}
/* 00001880-000019E0 .text model_draw__14daTitle_proc_cFv */
void daTitle_proc_c::model_draw() {
/* Nonmatching */
}
/* 000019E0-00001A5C .text proc_draw__14daTitle_proc_cFv */
void daTitle_proc_c::proc_draw() {
/* Nonmatching */
}
/* 00001A5C-00001AAC .text daTitle_Draw__FP9daTitle_c */
static BOOL daTitle_Draw(daTitle_c*) {
/* Nonmatching */
}
/* 00001AAC-00001CF8 .text daTitle_Execute__FP9daTitle_c */
static BOOL daTitle_Execute(daTitle_c*) {
/* Nonmatching */
}
/* 00001CF8-00001D00 .text daTitle_IsDelete__FP9daTitle_c */
static BOOL daTitle_IsDelete(daTitle_c*) {
/* Nonmatching */
}
/* 00001D00-00001D70 .text daTitle_Delete__FP9daTitle_c */
static BOOL daTitle_Delete(daTitle_c*) {
/* Nonmatching */
}
/* 00001D70-00001E28 .text daTitle_Create__FP10fopAc_ac_c */
static s32 daTitle_Create(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00001E28-00001E48 .text draw__14daTitle_proc_cFv */
BOOL daTitle_proc_c::draw() {
/* Nonmatching */
}
static actor_method_class l_daTitle_Method = {
(process_method_func)daTitle_Create,
(process_method_func)daTitle_Delete,
(process_method_func)daTitle_Execute,
(process_method_func)daTitle_IsDelete,
(process_method_func)daTitle_Draw,
};
actor_process_profile_definition g_profile_TITLE = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_TITLE,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daTitle_c),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x000A,
/* Actor SubMtd */ &l_daTitle_Method,
/* Status */ fopAcStts_UNK4000_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_0_e,
};