diff options
| author | Dylan Ascencio <empressglatia@gmail.com> | 2023-10-02 00:42:39 -0400 |
|---|---|---|
| committer | Dylan Ascencio <empressglatia@gmail.com> | 2023-10-02 00:42:39 -0400 |
| commit | efdfef23ae32359c82ab03b673199bf2917d683e (patch) | |
| tree | d718d23c03f2d2df9a3178fd0d198bc48d4b2c19 /src/d/d_particle.cpp | |
| parent | 5842ffc64e4cd38c46136dcb6c8d45262a15bc99 (diff) | |
Match a few more functions, just missing 2 now
Diffstat (limited to 'src/d/d_particle.cpp')
| -rw-r--r-- | src/d/d_particle.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/d/d_particle.cpp b/src/d/d_particle.cpp index 4a7deed0..840c39a5 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -136,6 +136,10 @@ void dPa_smokeEcallBack::end() { /* Nonmatching */ } +void dPa_smokeEcallBack::~dPa_smokeEcallBack() { + +} + /* 8007BBD8-8007BC84 .text dPa_setWindPower__FP15JPABaseParticle */ void dPa_setWindPower(JPABaseParticle*) { /* Nonmatching */ @@ -560,4 +564,3 @@ void dPa_setColorEcallBack::setup(JPABaseEmitter*, const cXyz*, const csXyz*, si dPa_setColorEcallBack::~dPa_setColorEcallBack() { /* Nonmatching */ } - |
