mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Remove #includes from headers (#334)
* add "global.h" to files that use it * add MSL_C includes to files that use them * remove dolphin includes from headers that don't need them * remove JSupport includes from headers that don't need them * remove JKernel includes from headers that don't need them * remove JUtility includes from headers that don't need them * remove J3D includes from headers that don't need them * remove J2D includes from headers that don't need them * remove JAudio2 includes from headers that don't need them * remove Z2AudioLib includes from headers that don't need them * remove JMessage includes from headers that don't need them * remove JParticle includes from headers that don't need them * remove SComponent includes from headers that don't need them * remove dol includes from headers that don't need them * sort includes
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef D_FILE_D_FILE_SEL_INFO_H
|
||||
#define D_FILE_D_FILE_SEL_INFO_H
|
||||
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "d/d_drawlist.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class CPaneMgrAlpha;
|
||||
class dSv_save_c;
|
||||
|
||||
class dFile_info_c {
|
||||
public:
|
||||
/* 80192434 */ dFile_info_c(JKRArchive*, u8);
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#ifndef D_FILE_D_FILE_SEL_WARNING_H
|
||||
#define D_FILE_D_FILE_SEL_WARNING_H
|
||||
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "JSystem/JUtility/TColor.h"
|
||||
|
||||
class JKRArchive;
|
||||
|
||||
class dFile_warning_c {
|
||||
public:
|
||||
|
||||
@@ -2,13 +2,24 @@
|
||||
#define D_FILE_D_FILE_SELECT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "m_Do/m_Do_MemCard.h"
|
||||
#include "d/file/d_file_sel_warning.h"
|
||||
#include "d/d_name.h"
|
||||
#include "d/msg/d_msg_string.h"
|
||||
#include "JSystem/J3DGraphLoader/J3DModelLoader.h"
|
||||
#include "JSystem/J3DGraphLoader/J3DAnmLoader.h"
|
||||
#include "global.h"
|
||||
|
||||
class CPaneMgr;
|
||||
class CPaneMgrAlpha;
|
||||
class J2DAnmBase;
|
||||
class J2DAnmTransform;
|
||||
class J2DPane;
|
||||
class J2DPicture;
|
||||
class J2DScreen;
|
||||
class JKRArchive;
|
||||
class JUTFont;
|
||||
struct STControl;
|
||||
struct cXyz;
|
||||
class dFile_warning_c;
|
||||
class dMsgString_c;
|
||||
class dName_c;
|
||||
class dSelect_cursor_c;
|
||||
class dSv_save_c;
|
||||
|
||||
class dDlst_FileSel_c {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user