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_throwstone.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/d/d_throwstone.cpp')
| -rw-r--r-- | src/d/d_throwstone.cpp | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp new file mode 100644 index 00000000..9b3ad1d0 --- /dev/null +++ b/src/d/d_throwstone.cpp @@ -0,0 +1,43 @@ +// +// Generated by dtk +// Translation Unit: d_throwstone.cpp +// + +#include "d_throwstone.h" +#include "dolphin/types.h" + +/* 8023B544-8023B564 .text CheckCreateHeap__FP10fopAc_ac_c */ +void CheckCreateHeap(fopAc_ac_c*) { + /* Nonmatching */ +} + +/* 8023B564-8023B5DC .text CreateHeap__14daThrowstone_cFv */ +void daThrowstone_c::CreateHeap() { + /* Nonmatching */ +} + +/* 8023B5DC-8023B6DC .text daThrowstoneCreate__FPv */ +void daThrowstoneCreate(void*) { + /* Nonmatching */ +} + +/* 8023B6DC-8023B708 .text daThrowstoneDelete__FPv */ +void daThrowstoneDelete(void*) { + /* Nonmatching */ +} + +/* 8023B708-8023B7C4 .text daThrowstoneExecute__FPv */ +void daThrowstoneExecute(void*) { + /* Nonmatching */ +} + +/* 8023B7C4-8023B858 .text daThrowstoneDraw__FPv */ +void daThrowstoneDraw(void*) { + /* Nonmatching */ +} + +/* 8023B858-8023B860 .text daThrowstoneIsDelete__FPv */ +void daThrowstoneIsDelete(void*) { + /* Nonmatching */ +} + |
