mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -04:00
97 lines
2.7 KiB
C++
97 lines
2.7 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_obj_timer.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_obj_timer.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 00000078-00000114 .text _create__Q210daObjTimer5Act_cFv */
|
|
s32 daObjTimer::Act_c::_create() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000114-0000011C .text _delete__Q210daObjTimer5Act_cFv */
|
|
BOOL daObjTimer::Act_c::_delete() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000011C-0000012C .text mode_wait_init__Q210daObjTimer5Act_cFv */
|
|
void daObjTimer::Act_c::mode_wait_init() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000012C-00000188 .text mode_wait__Q210daObjTimer5Act_cFv */
|
|
void daObjTimer::Act_c::mode_wait() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000188-000001CC .text mode_count_init__Q210daObjTimer5Act_cFv */
|
|
void daObjTimer::Act_c::mode_count_init() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000001CC-00000304 .text mode_count__Q210daObjTimer5Act_cFv */
|
|
void daObjTimer::Act_c::mode_count() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000304-00000394 .text _execute__Q210daObjTimer5Act_cFv */
|
|
BOOL daObjTimer::Act_c::_execute() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
namespace daObjTimer {
|
|
namespace {
|
|
/* 00000394-000003B4 .text Mthd_Create__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
|
void Mthd_Create(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000003B4-000003D8 .text Mthd_Delete__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
|
void Mthd_Delete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000003D8-000003FC .text Mthd_Execute__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
|
void Mthd_Execute(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000003FC-00000404 .text Mthd_Draw__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
|
void Mthd_Draw(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000404-0000040C .text Mthd_IsDelete__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
|
void Mthd_IsDelete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class Mthd_Table = {
|
|
(process_method_func)Mthd_Create,
|
|
(process_method_func)Mthd_Delete,
|
|
(process_method_func)Mthd_Execute,
|
|
(process_method_func)Mthd_IsDelete,
|
|
(process_method_func)Mthd_Draw,
|
|
};
|
|
}; // namespace
|
|
}; // namespace daObjTimer
|
|
|
|
actor_process_profile_definition g_profile_Obj_Timer = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x000A,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_Obj_Timer,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(daObjTimer::Act_c),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ 0x002A,
|
|
/* Actor SubMtd */ &daObjTimer::Mthd_Table,
|
|
/* Status */ fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_0_e,
|
|
};
|