diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-11-26 06:50:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-26 15:50:22 +0100 |
| commit | c4ef30bc95d3e69eb84cb5efa76598bb6e900662 (patch) | |
| tree | ac0cfa4dd5179c8ada61a511fe859b83c363008d /src/d/msg/d_msg_object.cpp | |
| parent | 74ed2da8bc93804373cddf64c0c878603150b699 (diff) | |
Port JStudio work to new branch (#160)
* build fix
* stb
* functionvalue
* fvb
* jstudio cleanup
* d
Diffstat (limited to 'src/d/msg/d_msg_object.cpp')
| -rw-r--r-- | src/d/msg/d_msg_object.cpp | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/d/msg/d_msg_object.cpp b/src/d/msg/d_msg_object.cpp index 3b5360e5bb..b5f7e8dc75 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -4,6 +4,7 @@ // #include "d/msg/d_msg_object.h" +#include "JSystem/JGadget/binary.h" #include "dol2asm.h" #include "dolphin/types.h" @@ -388,21 +389,6 @@ struct JMessage { }; }; -namespace JGadget { -struct binary { - struct TParse_header_block { - /* 802DC910 */ void parse_next(void const**, u32); - }; -}; - -struct TNodeLinkList { - struct iterator {}; - - /* 802DCA58 */ void erase(JGadget::TNodeLinkList::iterator); -}; - -}; // namespace JGadget - // // Forward References: // |
