Renamed instances of msl_c -> MSL_C because

This commit is contained in:
Zen64
2022-03-20 00:01:24 -04:00
parent 1303dd683e
commit 4eb820bb83
325 changed files with 336 additions and 16333 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;