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 "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
#include "dolphin/types.h"
class JPAEmitterWorkData;
class JKRHeap;
@@ -2,7 +2,6 @@
#define JPACHILDSHAPE_H
#include "dolphin/gx/GXStruct.h"
#include "dolphin/types.h"
struct JPAChildShapeData {
// Common header.
-1
View File
@@ -1,7 +1,6 @@
#ifndef JPADRAWINFO_H
#define JPADRAWINFO_H
#include "dolphin/types.h"
#include "dolphin/mtx/mtx.h"
class JPADrawInfo {
-3
View File
@@ -1,11 +1,8 @@
#ifndef JPAEMITTER_H
#define JPAEMITTER_H
#include "dolphin/types.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
#include "dolphin/mtx/mtx.h"
#include "JSystem/JGeometry.h"
#include "JSystem/JParticle/JPAResource.h"
#include "JSystem/JParticle/JPAList.h"
#include "JSystem/JParticle/JPARandom.h"
-1
View File
@@ -1,7 +1,6 @@
#ifndef JPALIST_H
#define JPALIST_H
#include "dolphin/types.h"
template <class T>
struct JPANode {
-1
View File
@@ -2,7 +2,6 @@
#define JPAPARTICLE_H
#include "dolphin/gx/GXStruct.h"
#include "dolphin/mtx/mtx.h"
#include "dolphin/types.h"
#include "JSystem/JGeometry.h"
-1
View File
@@ -1,7 +1,6 @@
#ifndef JPARANDOM_H
#define JPARANDOM_H
#include "dolphin/types.h"
struct JPARandom {
public:
@@ -1,6 +1,5 @@
#ifndef JPARESOURCELOADER_H
#define JPARESOURCELOADER_H
#include "dolphin/types.h"
#endif /* JPARESOURCELOADER_H */
@@ -2,7 +2,6 @@
#define JPARESOURCEMANAGER_H
#include "JSystem/JParticle/JPATexture.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/types.h"
class JKRHeap;
-1
View File
@@ -2,7 +2,6 @@
#define JPATEXTURE_H
#include "JSystem/JUtility/JUTTexture.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/types.h"
struct JPATextureData {