summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorZen64 <xxzenshadowxx@gmail.com>2022-03-20 00:01:24 -0400
committerZen64 <xxzenshadowxx@gmail.com>2022-03-20 00:01:24 -0400
commit4eb820bb83220579512e1ee69c4e8e58f2a618fd (patch)
treed3a27abdba0d0399a12919649af2a8ec35d20bb5 /include/SSystem
parent1303dd683e3a0e5144267f511eae9574adf56835 (diff)
Renamed instances of msl_c -> MSL_C because
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_lib.h2
-rw-r--r--include/SSystem/SComponent/c_m3d.h2
-rw-r--r--include/SSystem/SComponent/c_xyz.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/SSystem/SComponent/c_lib.h b/include/SSystem/SComponent/c_lib.h
index 890e8ea64c..6a3c1b295a 100644
--- a/include/SSystem/SComponent/c_lib.h
+++ b/include/SSystem/SComponent/c_lib.h
@@ -4,7 +4,7 @@
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/mtx/mtx.h"
#include "dolphin/types.h"
-#include "msl_c/math.h"
+#include "MSL_C/math.h"
inline bool cLib_IsZero(f32 f) {
return fabsf(f) < 8e-11f;
diff --git a/include/SSystem/SComponent/c_m3d.h b/include/SSystem/SComponent/c_m3d.h
index 7f3113dd41..54f17b81cc 100644
--- a/include/SSystem/SComponent/c_m3d.h
+++ b/include/SSystem/SComponent/c_m3d.h
@@ -2,7 +2,7 @@
#define C_M3D_H_
#include "dolphin/types.h"
-#include "msl_c/math.h"
+#include "MSL_C/math.h"
class cM3dGAab;
class cM3dGCps;
diff --git a/include/SSystem/SComponent/c_xyz.h b/include/SSystem/SComponent/c_xyz.h
index bf9c092b8a..395540d746 100644
--- a/include/SSystem/SComponent/c_xyz.h
+++ b/include/SSystem/SComponent/c_xyz.h
@@ -3,7 +3,7 @@
#include "dolphin/mtx/vec.h"
#include "global.h"
-#include "msl_c/math.h"
+#include "MSL_C/math.h"
struct cXyz : Vec {
static const cXyz Zero;