Merge branch 'functions'

This commit is contained in:
Pheenoh
2021-01-31 15:39:31 -05:00
117 changed files with 3995 additions and 6091 deletions
+4
View File
@@ -3,6 +3,10 @@
#include "SComponent/c_m3d_g_pla.h"
#include "SComponent/c_m3d.h"
extern "C" {
void cM3d_InDivPos2__FPC3VecPC3VecfP3Vec(void);
}
// __ct__8cM3dGPlaFPC4cXyzf
cM3dGPla::cM3dGPla(const cXyz* pNormal, f32 pD) : mNormal(*pNormal), mD(pD) {}