From 5020395dfd34d4dc846e3ea228f6271bfca1c72a Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 24 Oct 2021 14:35:00 -0700 Subject: J2D structs + print / fix GX + MSL string headers (#157) * J2D structs + print / fix GX + MSL string headers * remove msl_c/string.h --- libs/SSystem/SComponent/c_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/SSystem/SComponent/c_lib.cpp') diff --git a/libs/SSystem/SComponent/c_lib.cpp b/libs/SSystem/SComponent/c_lib.cpp index 8de99fe557..d67da012d6 100644 --- a/libs/SSystem/SComponent/c_lib.cpp +++ b/libs/SSystem/SComponent/c_lib.cpp @@ -5,13 +5,13 @@ #include "SSystem/SComponent/c_lib.h" #include "JSystem/JMath/JMath.h" +#include "MSL_C.PPCEABI.bare.H/MSL_Common/src/string.h" #include "SSystem/SComponent/c_math.h" #include "SSystem/SComponent/c_xyz.h" #include "dol2asm.h" #include "dolphin/mtx/mtxvec.h" #include "dolphin/types.h" #include "msl_c/math.h" -#include "msl_c/string.h" // // Forward References: -- cgit v1.2.3