mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 17:49:58 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@
|
||||
// d_jnt_col
|
||||
//
|
||||
|
||||
#include "d/dolzel.h"
|
||||
|
||||
#include "d/d_jnt_col.h"
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_sph.h"
|
||||
@@ -292,4 +294,4 @@ void dJntCol_c::setArrowPosAndAngle(cXyz const* param_0, cXyz const* i_srcPos, i
|
||||
i_arrowPosP->x = dst_pos.atan2sY_XZ();
|
||||
i_arrowPosP->y = dst_pos.atan2sX_Z();
|
||||
mDoMtx_multVec(mModel->getAnmMtx(i_anmMtxIdx), param_0, param_3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user