mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
@@ -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:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define JUTDIRECTPRINT_H
|
||||
|
||||
#include "JSystem/JUtility/TColor.h"
|
||||
#include "__va_arg.h"
|
||||
#include "stdarg.h"
|
||||
|
||||
|
||||
namespace std {
|
||||
|
||||
@@ -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,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,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" {
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "JSystem/JKernel/JKRArchive.h"
|
||||
#include "JSystem/JKernel/JKRSolidHeap.h"
|
||||
#include "JSystem/JUtility/JUTAssert.h"
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
|
||||
namespace JAIInitData = JAInter::InitData;
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "JSystem/JAudio/JASSystemHeap.h"
|
||||
#include "JSystem/JKernel/JKRSolidHeap.h"
|
||||
#include "JSystem/JUtility/JUTAssert.h"
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
|
||||
u32* JAInter::InitData::aafPointer;
|
||||
|
||||
@@ -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 */
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "JSystem/JKernel/JKRExpHeap.h"
|
||||
#include "JSystem/JKernel/JKRSolidHeap.h"
|
||||
#include "JSystem/JUtility/JUTAssert.h"
|
||||
#include "printf.h"
|
||||
#include "stdio.h"
|
||||
|
||||
/* 800D8434-800D8478 .text setArcName__6daBg_cFv */
|
||||
const char* daBg_c::setArcName() {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
|
||||
#include "JSystem/J2DGraph/J2DPane.h"
|
||||
#include "JSystem/J2DGraph/J2DScreen.h"
|
||||
#include "printf.h"
|
||||
#include "stdio.h"
|
||||
|
||||
enum { dPn_stage_max_e = 19 };
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
#include "dolphin/vi/vi.h"
|
||||
#include "dolphin/os/OS.h"
|
||||
#include "string.h"
|
||||
#include "printf.h"
|
||||
#include "stdio.h"
|
||||
|
||||
class dScnLogo_c : public scene_class {
|
||||
public:
|
||||
|
||||
+1
-2
@@ -19,8 +19,7 @@
|
||||
#include "m_Do/m_Do_dvd_thread.h"
|
||||
#include "JSystem/JKernel/JKRHeap.h"
|
||||
#include "JSystem/JKernel/JKRExpHeap.h"
|
||||
#include "string.h"
|
||||
#include "printf.h"
|
||||
#include "stdio.h"
|
||||
|
||||
class room_of_scene_class : public scene_class {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user