mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 17:58:04 -04:00
1e105b87f1
* decompiled some bgs_chk funcs * c_m3d_g * c_math progress * remove duplicate SComponent headers * move some variables and decompile a function * some inlined from debug * cM3d_2PlaneLinePosNearPos * fix fabsf and decompile cM3d_CrawVec * format * cleanup * more cleanup Co-authored-by: Pheenoh <pheenoh@gmail.com>
36 lines
1.1 KiB
C++
36 lines
1.1 KiB
C++
/* c_bg_s_shdw_draw.cpp autogenerated by split.py v0.3 at 2021-01-01 13:07:28.496888 */
|
|
|
|
#include "SComponent/c_bg_s_shdw_draw.h"
|
|
|
|
// additional symbols needed for c_bg_s_shdw_draw.cpp
|
|
// autogenerated by split.py v0.3 at 2021-01-01 13:07:28.433195
|
|
extern u8 lbl_803C3FC0;
|
|
|
|
// __ct__13cBgS_ShdwDrawFv
|
|
// cBgS_ShdwDraw::cBgS_ShdwDraw(void)
|
|
asm cBgS_ShdwDraw::cBgS_ShdwDraw(void) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_shdw_draw/asm/func_80267F88.s"
|
|
}
|
|
|
|
// __dt__13cBgS_ShdwDrawFv
|
|
// cBgS_ShdwDraw::~cBgS_ShdwDraw(void)
|
|
asm cBgS_ShdwDraw::~cBgS_ShdwDraw(void) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_shdw_draw/asm/func_80267FD0.s"
|
|
}
|
|
|
|
// Set__13cBgS_ShdwDrawFR4cXyzR4cXyz
|
|
// cBgS_ShdwDraw::Set(cXyz&, cXyz&)
|
|
asm void cBgS_ShdwDraw::Set(cXyz&, cXyz&) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_shdw_draw/asm/func_80268048.s"
|
|
}
|
|
|
|
// SetCallback__13cBgS_ShdwDrawFPFP13cBgS_ShdwDrawP10cBgD_Vtx_tiiiP8cM3dGPla_i
|
|
// cBgS_ShdwDraw::SetCallback(int (*)(cBgS_ShdwDraw*, cBgD_Vtx_t*, int, int, int, cM3dGPla*))
|
|
asm void cBgS_ShdwDraw::SetCallback(cBgS_ShdwDraw_Callback) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_shdw_draw/asm/func_8026806C.s"
|
|
}
|