Merge pull request #563 from Jcw87/MSL_C

Standard Library Headers
This commit is contained in:
Jasper St. Pierre
2023-12-30 13:58:17 -08:00
committed by GitHub
13 changed files with 18 additions and 14 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
#include "JSystem/JGadget/linklist.h"
#include "JSystem/JKernel/JKRDisposer.h"
#include "JSystem/JUtility/JUTFont.h"
#include "__va_arg.h"
#include "dolphin/types.h"
#include "stdarg.h"
class JUTConsole : public JKRDisposer {
public:
+1 -1
View File
@@ -2,7 +2,7 @@
#define JUTDIRECTPRINT_H
#include "JSystem/JUtility/TColor.h"
#include "__va_arg.h"
#include "stdarg.h"
namespace std {
+1 -2
View File
@@ -3,10 +3,9 @@
#include "JSystem/JKernel/JKRThread.h"
#include "JSystem/JUtility/JUTGamePad.h"
#include "__va_arg.h"
#include "stdarg.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/os/OSError.h"
#include "dolphin/types.h"
#include "global.h"
typedef struct _GXRenderModeObj GXRenderModeObj;