mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
0cf65151b3
* 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>
67 lines
1.9 KiB
C++
67 lines
1.9 KiB
C++
/* c_bg_s_poly_info.cpp autogenerated by split.py v0.3 at 2021-01-01 12:59:59.592736 */
|
|
|
|
#include "SComponent/c_bg_s_poly_info.h"
|
|
|
|
// __ct__13cBgS_PolyInfoFv
|
|
// cBgS_PolyInfo::cBgS_PolyInfo(void)
|
|
asm cBgS_PolyInfo::cBgS_PolyInfo(void) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_80268074.s"
|
|
}
|
|
|
|
// __dt__13cBgS_PolyInfoFv
|
|
// cBgS_PolyInfo::~cBgS_PolyInfo(void)
|
|
asm cBgS_PolyInfo::~cBgS_PolyInfo(void) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_802680B0.s"
|
|
}
|
|
|
|
// ChkSetInfo__13cBgS_PolyInfoCFv
|
|
// cBgS_PolyInfo::ChkSetInfo(void) const
|
|
asm bool cBgS_PolyInfo::ChkSetInfo(void) const {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_802680F8.s"
|
|
}
|
|
|
|
// ClearPi__13cBgS_PolyInfoFv
|
|
// cBgS_PolyInfo::ClearPi(void)
|
|
asm void cBgS_PolyInfo::ClearPi(void) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_80268120.s"
|
|
}
|
|
|
|
// SetPolyInfo__13cBgS_PolyInfoFRC13cBgS_PolyInfo
|
|
// cBgS_PolyInfo::SetPolyInfo(const cBgS_PolyInfo&)
|
|
asm void cBgS_PolyInfo::SetPolyInfo(const cBgS_PolyInfo&) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_80268148.s"
|
|
}
|
|
|
|
// SetActorInfo__13cBgS_PolyInfoFiPvUi
|
|
// cBgS_PolyInfo::SetActorInfo(int, void*, unsigned int)
|
|
asm void cBgS_PolyInfo::SetActorInfo(int, void*, unsigned int) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_8026816C.s"
|
|
}
|
|
|
|
// ChkSafe__13cBgS_PolyInfoCFPCvUi
|
|
// cBgS_PolyInfo::ChkSafe(const void*, unsigned int) const
|
|
asm bool cBgS_PolyInfo::ChkSafe(const void*, unsigned int) const {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_8026817C.s"
|
|
}
|
|
|
|
// SetPolyIndex__13cBgS_PolyInfoFi
|
|
// cBgS_PolyInfo::SetPolyIndex(int)
|
|
asm void cBgS_PolyInfo::SetPolyIndex(int) {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_802681A4.s"
|
|
}
|
|
|
|
// ChkBgIndex__13cBgS_PolyInfoCFv
|
|
// cBgS_PolyInfo::ChkBgIndex(void) const
|
|
asm bool cBgS_PolyInfo::ChkBgIndex(void) const {
|
|
nofralloc
|
|
#include "SComponent/c_bg_s_poly_info/asm/func_802681AC.s"
|
|
}
|