mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
102042628f
* Fix some profile comments * Add missing static for local visibility data * Move proc name and draw priority enums to f_pc * Add _e suffix to daObjBarrier_c proc enum * Change proc name enum format to match TP * Change draw prio enum format to match TP * Change ItemNo enum format, finish fixing item names * Revert static for cb1 hio * Clean up formatting of profile comments * Fix comment alignment
111 lines
3.0 KiB
C++
111 lines
3.0 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_grid.cpp
|
|
//
|
|
|
|
#include "d/dolzel.h" // IWYU pragma: keep
|
|
#include "d/actor/d_a_grid.h"
|
|
#include "JSystem/J3DGraphBase/J3DPacket.h"
|
|
|
|
static daHo_HIO_c l_HIO;
|
|
|
|
/* 800E8CC0-800E8D48 .text setBackNrm__13daHo_packet_cFv */
|
|
void daHo_packet_c::setBackNrm() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800E8D48-800E8D74 .text setNrmMtx__13daHo_packet_cFR4cXyz */
|
|
void daHo_packet_c::setNrmMtx(cXyz&) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800E8D74-800E92AC .text setNrmVtx__13daHo_packet_cFP4cXyzii */
|
|
void daHo_packet_c::setNrmVtx(cXyz*, int, int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800E92AC-800E93B8 .text setTopNrmVtx__13daHo_packet_cFP4cXyz */
|
|
void daHo_packet_c::setTopNrmVtx(cXyz*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800E93B8-800E9BE8 .text draw__13daHo_packet_cFv */
|
|
void daHo_packet_c::draw() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800E9BE8-800E9C0C .text daGrid_Draw__FP8daGrid_c */
|
|
static BOOL daGrid_Draw(daGrid_c* i_this) {
|
|
return ((daGrid_c*)i_this)->_draw();
|
|
}
|
|
|
|
/* 800E9C0C-800EA928 .text ho_move__FP8daGrid_c */
|
|
void ho_move(daGrid_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800EA928-800EA94C .text daGrid_Execute__FP8daGrid_c */
|
|
static BOOL daGrid_Execute(daGrid_c* i_this) {
|
|
return ((daGrid_c*)i_this)->_execute();
|
|
}
|
|
|
|
/* 800EA94C-800EA954 .text daGrid_IsDelete__FP8daGrid_c */
|
|
static BOOL daGrid_IsDelete(daGrid_c*) {
|
|
return TRUE;
|
|
}
|
|
|
|
/* 800EA954-800EA978 .text daGrid_Delete__FP8daGrid_c */
|
|
static BOOL daGrid_Delete(daGrid_c* i_this) {
|
|
return ((daGrid_c*)i_this)->_delete();
|
|
}
|
|
|
|
/* 800EA978-800EA998 .text daGrid_Create__FP10fopAc_ac_c */
|
|
static cPhs_State daGrid_Create(fopAc_ac_c* i_this) {
|
|
return ((daGrid_c*)i_this)->_create();
|
|
}
|
|
|
|
/* 800EA998-800EAEAC .text _create__8daGrid_cFv */
|
|
cPhs_State daGrid_c::_create() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800EAEAC-800EAF28 .text _delete__8daGrid_cFv */
|
|
bool daGrid_c::_delete() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800EAF28-800EB0EC .text _execute__8daGrid_cFv */
|
|
bool daGrid_c::_execute() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800EB0EC-800EB328 .text _draw__8daGrid_cFv */
|
|
bool daGrid_c::_draw() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
static actor_method_class l_daGrid_Method = {
|
|
(process_method_func)daGrid_Create,
|
|
(process_method_func)daGrid_Delete,
|
|
(process_method_func)daGrid_Execute,
|
|
(process_method_func)daGrid_IsDelete,
|
|
(process_method_func)daGrid_Draw,
|
|
};
|
|
|
|
actor_process_profile_definition g_profile_GRID = {
|
|
/* Layer ID */ fpcLy_CURRENT_e,
|
|
/* List ID */ 0x0007,
|
|
/* List Prio */ fpcPi_CURRENT_e,
|
|
/* Proc Name */ fpcNm_GRID_e,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(daGrid_c),
|
|
/* Size Other */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Draw Prio */ fpcDwPi_GRID_e,
|
|
/* Actor SubMtd */ &l_daGrid_Method,
|
|
/* Status */ fopAcStts_UNK4000_e | fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* Cull Type */ fopAc_CULLBOX_0_e,
|
|
};
|