mirror of
https://github.com/zeldaret/tp
synced 2026-06-11 13:10:34 -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>
43 lines
595 B
C++
43 lines
595 B
C++
#ifndef C_CC_D_H_
|
|
#define C_CC_D_H_
|
|
|
|
#include "SComponent/c_m3d.h"
|
|
#include "global.h"
|
|
|
|
class cCcD_ShapeAttr {
|
|
public:
|
|
private:
|
|
/* 0x00 */ cM3dGAab cm3dgaab;
|
|
/* 0x1C */ void* vtable;
|
|
};
|
|
|
|
class cCcD_CpsAttr {
|
|
public:
|
|
private:
|
|
/* 0x00 */ cCcD_ShapeAttr cccd_shapeattr;
|
|
/* 0x20 */ cM3dGCps cm3dgcps;
|
|
};
|
|
|
|
class cCcD_CylAttr {
|
|
public:
|
|
private:
|
|
cCcD_ShapeAttr cccd_shapeattr;
|
|
cM3dGCyl cm3dgcyl;
|
|
};
|
|
|
|
class cCcD_DivideInfo {
|
|
public:
|
|
private:
|
|
u8 field_0x0[12];
|
|
void* vtable;
|
|
};
|
|
|
|
class cCcD_DivideArea {
|
|
public:
|
|
private:
|
|
cM3dGAab cM3dGAab;
|
|
void* vtable;
|
|
};
|
|
|
|
#endif
|