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/JGadget/binary.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JGadget/binary.cpp')
| -rw-r--r-- | src/JSystem/JGadget/binary.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/JSystem/JGadget/binary.cpp b/src/JSystem/JGadget/binary.cpp new file mode 100644 index 00000000..ee3ec55b --- /dev/null +++ b/src/JSystem/JGadget/binary.cpp @@ -0,0 +1,23 @@ +// +// Generated by dtk +// Translation Unit: binary.cpp +// + +#include "binary.h" +#include "dolphin/types.h" + +/* 802BFA48-802BFAAC .text parseVariableUInt_16_32_following__Q27JGadget6binaryFPCvPUlPUlPQ37JGadget6binary5TEBit */ +void JGadget::binary::parseVariableUInt_16_32_following(const void*, unsigned long*, unsigned long*, JGadget::binary::TEBit*) { + /* Nonmatching */ +} + +/* 802BFAAC-802BFAF4 .text __dt__Q37JGadget6binary19TParse_header_blockFv */ +JGadget::binary::TParse_header_block::~TParse_header_block() { + /* Nonmatching */ +} + +/* 802BFAF4-802BFC00 .text parse_next__Q37JGadget6binary19TParse_header_blockFPPCvUl */ +void JGadget::binary::TParse_header_block::parse_next(const void**, unsigned long) { + /* Nonmatching */ +} + |
