mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -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>
39 lines
1003 B
C++
39 lines
1003 B
C++
/* c_m3d_g_cps.cpp autogenerated by split.py v0.3 at 2021-01-01 14:41:13.421387 */
|
|
|
|
#include "SComponent/c_m3d_g_cps.h"
|
|
|
|
// __ct__8cM3dGCpsFv
|
|
// cM3dGCps::cM3dGCps(void)
|
|
asm cM3dGCps::cM3dGCps(void) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cps/asm/func_8026EF88.s"
|
|
}
|
|
|
|
// __dt__8cM3dGCpsFv
|
|
// cM3dGCps::~cM3dGCps(void)
|
|
asm cM3dGCps::~cM3dGCps(void) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cps/asm/func_8026EFA4.s"
|
|
}
|
|
|
|
// Set__8cM3dGCpsFRC4cXyzRC4cXyzf
|
|
// cM3dGCps::Set(const cXyz&, const cXyz&, float)
|
|
asm void cM3dGCps::Set(const cXyz&, const cXyz&, float) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cps/asm/func_8026F000.s"
|
|
}
|
|
|
|
// Set__8cM3dGCpsFRC9cM3dGCpsS
|
|
// cM3dGCps::Set(const cM3dGCpsS&)
|
|
asm void cM3dGCps::Set(const cM3dGCpsS&) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cps/asm/func_8026F03C.s"
|
|
}
|
|
|
|
// SetCps__8cM3dGCpsFRC8cM3dGCps
|
|
// cM3dGCps::SetCps(const cM3dGCps&)
|
|
asm void cM3dGCps::SetCps(const cM3dGCps&) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cps/asm/func_8026F080.s"
|
|
}
|