mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 01:39:03 -04:00
107 lines
2.9 KiB
C++
107 lines
2.9 KiB
C++
//
|
|
// 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 */
|
|
int daObjTable::Act_c::Create() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000284-000003B4 .text Mthd_Create__Q210daObjTable5Act_cFv */
|
|
void 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 */
|
|
void 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 */
|
|
int 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 */
|
|
void Mthd_Create(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000628-00000648 .text Mthd_Delete__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
|
|
void Mthd_Delete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000648-00000668 .text Mthd_Execute__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
|
|
void Mthd_Execute(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000668-00000694 .text Mthd_Draw__Q210daObjTable27@unnamed@d_a_obj_table_cpp@FPv */
|
|
void Mthd_Draw(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000694-000006C0 .text Mthd_IsDelete__Q210daObjTable27@unnamed@d_a_obj_table_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 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,
|
|
};
|