summaryrefslogtreecommitdiff
path: root/src/SSystem
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-12-23 10:20:32 -0800
committerGitHub <noreply@github.com>2025-12-23 10:20:32 -0800
commitc9d0c58ffe107550835987fc37504839e9d98f05 (patch)
treea47ce1c7de0bd2a5663a3a4dc8f2de8ec556ec90 /src/SSystem
parentce895330ed994de32f55a17a3d2dc5dbbb2ccb9b (diff)
MSL_C header cleanup (#2988)
* msl_c header cleanup * math header cleanup * fix rest of shieldD configs * cleanup cflag configs a bit * fix shield build
Diffstat (limited to 'src/SSystem')
-rw-r--r--src/SSystem/SComponent/c_math.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SSystem/SComponent/c_math.cpp b/src/SSystem/SComponent/c_math.cpp
index 38d6cbdff1..49866b3684 100644
--- a/src/SSystem/SComponent/c_math.cpp
+++ b/src/SSystem/SComponent/c_math.cpp
@@ -5,7 +5,7 @@
#include "SSystem/SComponent/c_math.h"
#include "SSystem/SComponent/c_m3d.h"
-#include <cmath.h>
+#include <math.h>
s16 cM_rad2s(f32 rad) {
s32 s = (std::fmod(rad, 2 * M_PI) * (0x8000 / M_PI));