diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2021-05-23 03:09:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-23 12:09:59 +0200 |
| commit | e915df66c806bdff65aa243649f7abfe6cc19227 (patch) | |
| tree | 226e708c0546c45f65420446382ba597ad773651 /libs/JSystem/JParticle/JPAParticle.cpp | |
| parent | 462d71cbef02ef119fc2aa480b98cfeedde46441 (diff) | |
move d_a_alink and some related stuff (#130)
* clean up d_a_player
* move some of daalink
* more daalink / daplayer
* setup some daalink members
* rest of daalink members setup
* remove comment
* few more matches
* remove asm
* more matches
* more matches + move e_wb_class
* fix some d_save classes
Co-authored-by: lepelog <lepelog@users.noreply.github.com>
Diffstat (limited to 'libs/JSystem/JParticle/JPAParticle.cpp')
| -rw-r--r-- | libs/JSystem/JParticle/JPAParticle.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/JSystem/JParticle/JPAParticle.cpp b/libs/JSystem/JParticle/JPAParticle.cpp index 64d0d10e92..88a3ac6b14 100644 --- a/libs/JSystem/JParticle/JPAParticle.cpp +++ b/libs/JSystem/JParticle/JPAParticle.cpp @@ -15,11 +15,6 @@ struct Vec {}; struct JPAEmitterWorkData {}; -struct JPABaseParticle; -struct JPABaseEmitter { - /* 8027EB60 */ void createChild(JPABaseParticle*); -}; - struct JPABaseParticle { /* 8027EFEC */ void init_p(JPAEmitterWorkData*); /* 8027F8C8 */ void init_c(JPAEmitterWorkData*, JPABaseParticle*); @@ -36,10 +31,6 @@ struct JPAResource { /* 80276684 */ void calcField(JPAEmitterWorkData*, JPABaseParticle*); }; -struct JPAParticleCallBack { - /* 8027EFA4 */ ~JPAParticleCallBack(); -}; - // // Forward References: // |
