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/d/d_chain.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/d/d_chain.cpp')
| -rw-r--r-- | src/d/d_chain.cpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/d/d_chain.cpp b/src/d/d_chain.cpp new file mode 100644 index 00000000..a6a0028f --- /dev/null +++ b/src/d/d_chain.cpp @@ -0,0 +1,28 @@ +// +// Generated by dtk +// Translation Unit: d_chain.cpp +// + +#include "d_chain.h" +#include "dolphin/types.h" + +/* 800628B4-80062954 .text __ct__15dChain_packet_cFiP12dKy_tevstr_cf */ +dChain_packet_c::dChain_packet_c(int, dKy_tevstr_c*, float) { + /* Nonmatching */ +} + +/* 80062954-800629B0 .text __dt__15dChain_packet_cFv */ +dChain_packet_c::~dChain_packet_c() { + /* Nonmatching */ +} + +/* 800629B0-80062CB0 .text draw__15dChain_packet_cFv */ +void dChain_packet_c::draw() { + /* Nonmatching */ +} + +/* 80062CB0-80062D30 .text dChain_packet_create__FiP12dKy_tevstr_cf */ +void dChain_packet_create(int, dKy_tevstr_c*, float) { + /* Nonmatching */ +} + |
