copy dolsdk2004 to tp / b_bh + e_mb done (#2299)

* move dolsdk2004 over

* cleanup some temp work

* finish and cleanup gf

* b_bh done

* d_a_e_mb done
This commit is contained in:
TakaRikka
2025-02-10 11:20:42 -08:00
committed by GitHub
parent a38e2bfeee
commit eda175afc8
540 changed files with 68042 additions and 22075 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JPABASESHAPE_H
#define JPABASESHAPE_H
#include "dolphin/gx/GXStruct.h"
#include <dolphin/gx.h>
class JPAEmitterWorkData;
class JPABaseParticle;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JPACHILDSHAPE_H
#define JPACHILDSHAPE_H
#include "dolphin/gx/GXStruct.h"
#include <dolphin/gx.h>
class JPAEmitterWorkData;
class JPABaseParticle;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JPAEMITTER_H
#define JPAEMITTER_H
#include "dolphin/gx/GXStruct.h"
#include <dolphin/gx.h>
#include "JSystem/JParticle/JPAResource.h"
#include "JSystem/JParticle/JPAList.h"
#include "JSystem/JParticle/JPARandom.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JPAPARTICLE_H
#define JPAPARTICLE_H
#include "dolphin/gx/GXStruct.h"
#include <dolphin/gx.h>
#include "JSystem/JGeometry.h"
class JKRHeap;