porgress on d_t_scene_change. Area calc rename

This commit is contained in:
elijah-thomas774
2026-02-16 21:39:24 -05:00
parent b2d191f4a4
commit 90e60e3341
11 changed files with 187 additions and 12 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
#include "m/m_vec.h"
void matrixCreateFromPosRotYScale(mMtx_c &, const mVec3_c &, const mAng, const mVec3_c &, mMtx_c *, f32);
bool checkIfVec3fInMatrix(const mMtx_c &, const mVec3_c &);
bool checkAreaBox(const mMtx_c &, const mVec3_c &);
bool checkAreaCyl(const mMtx_c &, const mVec3_c &);
#endif