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
-1
View File
@@ -3,7 +3,6 @@
#include "JSystem/JUtility/TColor.h"
#include "d/pane/d_pane_class_alpha.h"
#include "dolphin/types.h"
void dPaneClass_showNullPane(J2DScreen*);
void dPaneClass_showNullPane(J2DPane*);
-1
View File
@@ -2,7 +2,6 @@
#define D_PANE_D_PANE_CLASS_ALPHA_H
#include "JSystem/J2DGraph/J2DPane.h"
#include "dolphin/types.h"
class J2DPane;
class J2DScreen;
-1
View File
@@ -1,6 +1,5 @@
#ifndef D_PANE_D_PANE_CLASS_EX_H
#define D_PANE_D_PANE_CLASS_EX_H
#include "dolphin/types.h"
#endif /* D_PANE_D_PANE_CLASS_EX_H */