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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
//
// Generated by dtk
// Translation Unit: d_a_obj_table.cpp
//
#include "d/actor/d_a_obj_table.h"
#include "d/d_procname.h"
/* 00000078-000001B8 .text CreateHeap__Q210daObjTable5Act_cFv */
BOOL daObjTable::Act_c::CreateHeap() {
/* Nonmatching */
}
/* 000001B8-00000284 .text Create__Q210daObjTable5Act_cFv */
BOOL daObjTable::Act_c::Create() {
/* Nonmatching */
}
/* 00000284-000003B4 .text Mthd_Create__Q210daObjTable5Act_cFv */
cPhs_State daObjTable::Act_c::Mthd_Create() {
/* Nonmatching */
}
/* 000003B4-000003BC .text Delete__Q210daObjTable5Act_cFv */
BOOL daObjTable::Act_c::Delete() {
/* Nonmatching */
}
/* 000003BC-00000408 .text Mthd_Delete__Q210daObjTable5Act_cFv */
BOOL daObjTable::Act_c::Mthd_Delete() {
/* Nonmatching */
}
/* 00000408-00000488 .text set_mtx__Q210daObjTable5Act_cFv */
void daObjTable::Act_c::set_mtx() {
/* Nonmatching */
}
/* 00000488-000004C4 .text init_mtx__Q210daObjTable5Act_cFv */
void daObjTable::Act_c::init_mtx() {
/* Nonmatching */
}
/* 000004C4-00000500 .text Execute__Q210daObjTable5Act_cFPPA3_A4_f */
BOOL daObjTable::Act_c::Execute(Mtx**) {
/* Nonmatching */
}
/* 00000500-00000608 .text Draw__Q210daObjTable5Act_cFv */
BOOL daObjTable::Act_c::Draw() {
/* Nonmatching */
}
namespace daObjTable {
namespace {
/* 00000608-00000628 .text Mthd_Create__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
cPhs_State Mthd_Create(void*) {
/* Nonmatching */
}
/* 00000628-00000648 .text Mthd_Delete__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
BOOL Mthd_Delete(void*) {
/* Nonmatching */
}
/* 00000648-00000668 .text Mthd_Execute__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
BOOL Mthd_Execute(void*) {
/* Nonmatching */
}
/* 00000668-00000694 .text Mthd_Draw__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
BOOL Mthd_Draw(void*) {
/* Nonmatching */
}
/* 00000694-000006C0 .text Mthd_IsDelete__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
BOOL 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 daObjTable
actor_process_profile_definition g_profile_Obj_Table = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_Obj_Table,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daObjTable::Act_c),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x0075,
/* Actor SubMtd */ &daObjTable::Mthd_Table,
/* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};
|