This commit is contained in:
Jcw87
2023-12-29 20:52:07 -08:00
parent 6f322741bc
commit 7d26a34825
7 changed files with 12 additions and 9 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;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef OS_H_
#define OS_H_
#include "__va_arg.h"
#include "stdarg.h"
#include "dolphin/dvd/dvd.h"
#include "dolphin/os/OSAlarm.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef M_DO_M_DO_PRINTF_H
#define M_DO_M_DO_PRINTF_H
#include "__va_arg.h"
#include "stdarg.h"
#include "m_Do/m_Do_main.h"
extern "C" {
+1 -2
View File
@@ -8,8 +8,7 @@
#include "JSystem/JKernel/JKRHeap.h"
#include "JSystem/JUtility/JUTVideo.h"
#include "stdio.h"
#include "__va_arg.h"
#include "dolphin/types.h"
#include "stdarg.h"
/* 802C328C-802C32D4 .text __ct__10JUTDbPrintFP7JUTFontP7JKRHeap */
JUTDbPrint::JUTDbPrint(JUTFont* pFont, JKRHeap* pHeap) {
@@ -0,0 +1,6 @@
#ifndef _MSL_COMMON_STDARG_H
#define _MSL_COMMON_STDARG_H
#include "__va_arg.h"
#endif /* _MSL_COMMON_STDARG_H */