d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)

* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
This commit is contained in:
Pheenoh
2023-08-16 13:07:52 -06:00
committed by GitHub
parent c372915a50
commit f9380b3e05
4558 changed files with 741 additions and 6064 deletions
-2
View File
@@ -2,8 +2,6 @@
#define JUTCACHEFONT_H
#include "JSystem/JUtility/JUTResFont.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/types.h"
#include "global.h"
class JKRAramBlock;
-1
View File
@@ -4,7 +4,6 @@
#include "JSystem/JGadget/linklist.h"
#include "JSystem/JKernel/JKRDisposer.h"
#include "JSystem/JUtility/JUTFont.h"
#include "JSystem/JUtility/TColor.h"
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/types.h"
-1
View File
@@ -2,7 +2,6 @@
#define JUTDBPRINT_H
#include "JSystem/JUtility/JUTFont.h"
#include "dolphin/types.h"
class JKRHeap;
-1
View File
@@ -1,7 +1,6 @@
#ifndef JUTDIRECTFILE_H
#define JUTDIRECTFILE_H
#include "dolphin/types.h"
#include "dolphin/dvd/dvd.h"
#define JUTDF_BUFSIZE (0x800)
@@ -3,7 +3,6 @@
#include "JSystem/JUtility/TColor.h"
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/types.h"
class JUTDirectPrint {
private:
-2
View File
@@ -2,12 +2,10 @@
#define JUTEXCEPTION_H
#include "JSystem/JKernel/JKRThread.h"
#include "JSystem/JSupport/JSUList.h"
#include "JSystem/JUtility/JUTGamePad.h"
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/os/OSError.h"
#include "dolphin/os/OSMessage.h"
#include "dolphin/types.h"
#include "global.h"
-1
View File
@@ -3,7 +3,6 @@
#include "JSystem/JUtility/TColor.h"
#include "MSL_C/string.h"
#include "dolphin/types.h"
struct ResFONT {
struct INF1 {
-1
View File
@@ -2,7 +2,6 @@
#define JUTGAMEPAD_H
#include "JSystem/JKernel/JKRDisposer.h"
#include "JSystem/JSupport/JSUList.h"
#include "dolphin/os/OSTime.h"
#include "dolphin/pad/Pad.h"
#include "dolphin/types.h"
-1
View File
@@ -2,7 +2,6 @@
#define JUTGRAPHFIFO_H
#include "dolphin/gx/GX.h"
#include "dolphin/types.h"
class JUTGraphFifo {
public:
-1
View File
@@ -3,7 +3,6 @@
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
#include "dolphin/types.h"
enum JUTTransparency { UNK0, UNK1 };
-1
View File
@@ -3,7 +3,6 @@
#include "JSystem/JUtility/TColor.h"
#include "dolphin/os/OSTime.h"
#include "dolphin/types.h"
class JKRHeap;
-1
View File
@@ -3,7 +3,6 @@
#include "JSystem/JUtility/JUTFont.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
class JKRHeap;
-1
View File
@@ -3,7 +3,6 @@
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
#include "dolphin/types.h"
class JUTPalette;
-1
View File
@@ -4,7 +4,6 @@
#include "dolphin/gx/GXStruct.h"
#include "dolphin/os/OSMessage.h"
#include "dolphin/os/OSTime.h"
#include "dolphin/types.h"
#include "dolphin/vi/vi.h"
typedef u8 (*Pattern)[2];
-1
View File
@@ -2,7 +2,6 @@
#define JUTXFB_H
#include "JSystem/JUtility/JUTVideo.h"
#include "dolphin/types.h"
typedef struct _GXRenderModeObj GXRenderModeObj;
class JKRHeap;
-1
View File
@@ -2,7 +2,6 @@
#define TCOLOR_H
#include "dolphin/gx/GXStruct.h"
#include "dolphin/types.h"
namespace JUtility {
struct TColor : public GXColor {