diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-12-25 07:31:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-25 17:31:05 +0200 |
| commit | a7edd19f16685e9a1e505eec642318250553e399 (patch) | |
| tree | 9fcef630adac7a4f7218c372e68320d68970ef83 /libs/JSystem/J3DGraphBase/J3DVertex.cpp | |
| parent | b9ffe811fd93c946bf7f099cd67163df94db5784 (diff) | |
MSL_C fully matched / some SSystem cleanup/ obj_rgate OK (#2011)
* cleanup SSystem files
* MSL_C fully matched
* fix build
* remove asm
* reorganize MSL_C/Runtime libs into more accurate setup
* little more cleanup
* cleanup some MSL headers
* obj_rgate OK
* remove asm
* some rgate documentation
Diffstat (limited to 'libs/JSystem/J3DGraphBase/J3DVertex.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphBase/J3DVertex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J3DGraphBase/J3DVertex.cpp b/libs/JSystem/J3DGraphBase/J3DVertex.cpp index b0955f2f42..2a9921e417 100644 --- a/libs/JSystem/J3DGraphBase/J3DVertex.cpp +++ b/libs/JSystem/J3DGraphBase/J3DVertex.cpp @@ -7,7 +7,7 @@ #include "JSystem/J3DGraphAnimator/J3DJointTree.h" #include "JSystem/J3DGraphBase/J3DSys.h" #include "JSystem/JKernel/JKRHeap.h" -#include "MSL_C/string.h" +#include "string.h" #include "dolphin/os/OSCache.h" #include "global.h" #include "init.h" |
