From 776063d0a4a04ba7687c90813f9a22299bdce90b Mon Sep 17 00:00:00 2001 From: JoshuaMKW Date: Thu, 16 May 2024 19:05:23 -0500 Subject: [PATCH] Add matan definition --- include/SMS/MarioUtil/MathUtil.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SMS/MarioUtil/MathUtil.hxx b/include/SMS/MarioUtil/MathUtil.hxx index 0eff48a..b564a2b 100644 --- a/include/SMS/MarioUtil/MathUtil.hxx +++ b/include/SMS/MarioUtil/MathUtil.hxx @@ -3,6 +3,7 @@ #include #include +s16 matan(f32 y, f32 x); template T MsClamp(T value, T min, T max); f32 MsGetRotFromZaxisY(const TVec3f &); bool MsIsInSight(const TVec3f &src, const TVec3f &other, f32 x, f32 y, f32 z);