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/d_demo.cpp | |
| parent | 74ed2da8bc93804373cddf64c0c878603150b699 (diff) | |
Port JStudio work to new branch (#160)
* build fix
* stb
* functionvalue
* fvb
* jstudio cleanup
* d
Diffstat (limited to 'src/d/d_demo.cpp')
| -rw-r--r-- | src/d/d_demo.cpp | 38 |
1 files changed, 3 insertions, 35 deletions
diff --git a/src/d/d_demo.cpp b/src/d/d_demo.cpp index 15794476f6..4d8d7c3ad4 100644 --- a/src/d/d_demo.cpp +++ b/src/d/d_demo.cpp @@ -4,6 +4,9 @@ // #include "d/d_demo.h" +#include "JSystem/JGadget/binary.h" +#include "JSystem/JStudio/JStudio/fvb.h" +#include "JSystem/JStudio/JStudio/stb.h" #include "dol2asm.h" #include "dolphin/types.h" @@ -293,13 +296,6 @@ struct TControl { }; // namespace ctb -namespace fvb { -struct TControl { - /* 802847D0 */ void destroyObject_all(); -}; - -}; // namespace fvb - struct TCreateObject { /* 80285488 */ ~TCreateObject(); }; @@ -332,25 +328,6 @@ struct TAdaptor_message { /* 802875E0 */ ~TAdaptor_message(); }; -namespace stb { -struct data { - struct TParse_TBlock_object {}; - - struct TParse_TParagraph_data { - struct TData {}; - - /* 80289A80 */ void getData(JStudio::stb::data::TParse_TParagraph_data::TData*) const; - }; -}; - -struct TControl { - /* 80289300 */ void destroyObject_all(); - /* 80289404 */ void reset(); - /* 802894B4 */ void forward(u32); -}; - -}; // namespace stb - struct TObject_message { /* 80287640 */ TObject_message(JStudio::stb::data::TParse_TBlock_object const&, JStudio::TAdaptor_message*); @@ -377,15 +354,6 @@ struct JMessage { }; }; -namespace JGadget { -struct binary { - struct TParse_header_block { - /* 802DC910 */ void parse_next(void const**, u32); - }; -}; - -}; // namespace JGadget - // // Forward References: // |
