mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-11 21:18:31 -04:00
88 lines
2.4 KiB
C++
88 lines
2.4 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_obj_gtaki.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_obj_gtaki.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 00000078-00000098 .text CheckCreateHeap__FP10fopAc_ac_c */
|
|
static BOOL CheckCreateHeap(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000098-00000280 .text setDummyTexture__12daObjGtaki_cFv */
|
|
void daObjGtaki_c::setDummyTexture() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000280-00000484 .text CreateHeap__12daObjGtaki_cFv */
|
|
void daObjGtaki_c::CreateHeap() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000484-00000604 .text CreateInit__12daObjGtaki_cFv */
|
|
void daObjGtaki_c::CreateInit() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000604-00000684 .text set_mtx__12daObjGtaki_cFv */
|
|
void daObjGtaki_c::set_mtx() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000684-000006A4 .text daObjGtaki_Create__FPv */
|
|
static s32 daObjGtaki_Create(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000006A4-0000087C .text _create__12daObjGtaki_cFv */
|
|
s32 daObjGtaki_c::_create() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000AD8-00000B38 .text daObjGtaki_Delete__FPv */
|
|
static BOOL daObjGtaki_Delete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000B38-00000C08 .text daObjGtaki_Draw__FPv */
|
|
static BOOL daObjGtaki_Draw(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000C08-00000C64 .text daObjGtaki_Execute__FPv */
|
|
static BOOL daObjGtaki_Execute(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000C64-00000C6C .text daObjGtaki_IsDelete__FPv */
|
|
static BOOL daObjGtaki_IsDelete(void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class daObj_GtakiMethodTable = {
|
|
(process_method_func)daObjGtaki_Create,
|
|
(process_method_func)daObjGtaki_Delete,
|
|
(process_method_func)daObjGtaki_Execute,
|
|
(process_method_func)daObjGtaki_IsDelete,
|
|
(process_method_func)daObjGtaki_Draw,
|
|
};
|
|
|
|
actor_process_profile_definition g_profile_Obj_Gtaki = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0007,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_Obj_Gtaki,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(daObjGtaki_c),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ 0x0072,
|
|
/* Actor SubMtd */ &daObj_GtakiMethodTable,
|
|
/* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
|
};
|