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 21:20:42 +02:00
committed by GitHub
parent 6c24ff1929
commit 2453c0e333
540 changed files with 68028 additions and 22061 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;