summaryrefslogtreecommitdiff
path: root/libs/SSystem/SComponent/c_angle.cpp
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 /libs/SSystem/SComponent/c_angle.cpp
parent1303dd683e3a0e5144267f511eae9574adf56835 (diff)
Renamed instances of msl_c -> MSL_C because
Diffstat (limited to 'libs/SSystem/SComponent/c_angle.cpp')
-rw-r--r--libs/SSystem/SComponent/c_angle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/SSystem/SComponent/c_angle.cpp b/libs/SSystem/SComponent/c_angle.cpp
index fc88848455..a3c91d3482 100644
--- a/libs/SSystem/SComponent/c_angle.cpp
+++ b/libs/SSystem/SComponent/c_angle.cpp
@@ -6,7 +6,7 @@
#include "SSystem/SComponent/c_angle.h"
#include "dol2asm.h"
#include "dolphin/types.h"
-#include "msl_c/math.h"
+#include "MSL_C/math.h"
extern f32 cM_atan2f(f32, f32);