diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/JSystem/JParticle/JPAParticle.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JParticle/JPAParticle.cpp')
| -rw-r--r-- | src/JSystem/JParticle/JPAParticle.cpp | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/JSystem/JParticle/JPAParticle.cpp b/src/JSystem/JParticle/JPAParticle.cpp new file mode 100644 index 00000000..391bb932 --- /dev/null +++ b/src/JSystem/JParticle/JPAParticle.cpp @@ -0,0 +1,37 @@ +// +// Generated by dtk +// Translation Unit: JPAParticle.cpp +// + +#include "JSystem/JParticle/JPAParticle.h" +#include "dolphin/types.h" + +/* 8025DEF4-8025E62C .text initParticle__15JPABaseParticleFv */ +void JPABaseParticle::initParticle() { + /* Nonmatching */ +} + +/* 8025E62C-8025EB28 .text initChild__15JPABaseParticleFP15JPABaseParticle */ +void JPABaseParticle::initChild(JPABaseParticle*) { + /* Nonmatching */ +} + +/* 8025EB28-8025EB90 .text incFrame__15JPABaseParticleFv */ +void JPABaseParticle::incFrame() { + /* Nonmatching */ +} + +/* 8025EB90-8025ECE8 .text calcVelocity__15JPABaseParticleFv */ +void JPABaseParticle::calcVelocity() { + /* Nonmatching */ +} + +/* 8025ECE8-8025ED6C .text calcPosition__15JPABaseParticleFv */ +void JPABaseParticle::calcPosition() { + /* Nonmatching */ +} + +/* 8025ED6C-8025EE44 .text checkCreateChild__15JPABaseParticleFv */ +void JPABaseParticle::checkCreateChild() { + /* Nonmatching */ +} |
