mirror of
https://github.com/zeldaret/tp
synced 2026-07-01 12:18:52 -04:00
some c_m3d (#97)
* 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>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#ifndef C_CC_D_H_
|
||||
#define C_CC_D_H_
|
||||
|
||||
#include "SComponent/c_m3d/c_m3d.h"
|
||||
#include "SComponent/c_m3d_g_cyl.h"
|
||||
#include "SComponent/c_m3d.h"
|
||||
#include "global.h"
|
||||
|
||||
class cCcD_ShapeAttr {
|
||||
@@ -40,4 +39,4 @@ private:
|
||||
void* vtable;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user