mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 03:28:35 -04:00
should include stdio.h for sprintf, not printf.h
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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