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/JPAKeyBlock.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JParticle/JPAKeyBlock.cpp')
| -rw-r--r-- | src/JSystem/JParticle/JPAKeyBlock.cpp | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/JSystem/JParticle/JPAKeyBlock.cpp b/src/JSystem/JParticle/JPAKeyBlock.cpp new file mode 100644 index 00000000..057f17a1 --- /dev/null +++ b/src/JSystem/JParticle/JPAKeyBlock.cpp @@ -0,0 +1,42 @@ +// +// Generated by dtk +// Translation Unit: JPAKeyBlock.cpp +// + +#include "JSystem/JParticle/JPAKeyBlock.h" +#include "dolphin/types.h" + +/* 8025855C-80258588 .text __ct__14JPAKeyBlockArcFPCUc */ +JPAKeyBlockArc::JPAKeyBlockArc(const unsigned char*) { + /* Nonmatching */ +} + +/* 80258588-802585D0 .text __dt__11JPAKeyBlockFv */ +JPAKeyBlock::~JPAKeyBlock() { + /* Nonmatching */ +} + +/* 802585D0-8025862C .text __dt__14JPAKeyBlockArcFv */ +JPAKeyBlockArc::~JPAKeyBlockArc() { + /* Nonmatching */ +} + +/* 8025862C-80258638 .text getID__14JPAKeyBlockArcFv */ +void JPAKeyBlockArc::getID() { + /* Nonmatching */ +} + +/* 80258638-8025864C .text isLoopEnable__14JPAKeyBlockArcFv */ +void JPAKeyBlockArc::isLoopEnable() { + /* Nonmatching */ +} + +/* 8025864C-80258658 .text getNumber__14JPAKeyBlockArcFv */ +void JPAKeyBlockArc::getNumber() { + /* Nonmatching */ +} + +/* 80258658-80258660 .text getKeyDataPtr__14JPAKeyBlockArcFv */ +void JPAKeyBlockArc::getKeyDataPtr() { + /* Nonmatching */ +} |
