mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Merge branch 'functions'
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user