mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 08:26:24 -04:00
0eec99db4d
* split c_math * split c_angle * split c_API_controller_pad * split c_API_graphic * split c_bg_s_chk * c_bg_s_gnd_chk split * more c_bg split * split c_cc_d * delete asm * split c_cc_s * split c_lib * split c_m2d and c_m3d_g_aab * split c_m3d_g_cir * split c_m3d_g_cps * split rest of c_m3d_g * split c_m3d * split c_malloc * split c_request * split c_sxyz * split and partly decompile c_xyz * format * c_angle.h * begin c_angle decomp * c_angle * progress adding stub classes for SComponent * more c_m3d * remove some asm and format * more m3d headers * more c_angle decomp * c_lib headers * add public to classes * fix csXyz member names * c_sxyz partly OK * move Zero csXyz to c_sxyz header * c_API_graphic * delete some unused asm * move math extern data, decompile some functions * delete unused asm * fix duplicated c_angle.h * fix an inlined function name, add more inlined functions for c_angle.h (currently unused) * format Co-authored-by: Pheenoh <pheenoh@gmail.com>
32 lines
1000 B
C++
32 lines
1000 B
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"
|
|
|
|
// __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"
|
|
}
|