1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
//
// 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 {
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,
};
|