diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-06-29 22:15:14 +0200 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-06-29 22:15:14 +0200 |
| commit | 1c4c64fc08ad0b266345b21dc177b470fdeadb70 (patch) | |
| tree | 74ef1f62f0be9d93b8a475893bc5b85e459d7427 /include/Unknown | |
| parent | f8e7f9a17dd50694fbf7f318c99116bad76ae7b4 (diff) | |
| parent | 3fe49695b4936ea29526eb8b7d07250a69a06c38 (diff) | |
Merge remote-tracking branch 'upstream/main' into bmg
Diffstat (limited to 'include/Unknown')
| -rw-r--r-- | include/Unknown/UnkStruct_02037750.hpp | 4 | ||||
| -rw-r--r-- | include/Unknown/UnkStruct_ov000_020c0c08.hpp | 21 |
2 files changed, 23 insertions, 2 deletions
diff --git a/include/Unknown/UnkStruct_02037750.hpp b/include/Unknown/UnkStruct_02037750.hpp index 56cd123e..359d5fd2 100644 --- a/include/Unknown/UnkStruct_02037750.hpp +++ b/include/Unknown/UnkStruct_02037750.hpp @@ -36,8 +36,8 @@ public: /* 34 */ UnkStruct_02037750(unk32 param1, unk32 param2); - LinkStateInteract *GetLinkStateInteract(); - unk32 func_020385d0(s32 param1, u8 *param2); + static LinkStateInteract *GetLinkStateInteract(); + void func_020385d0(s32 param1, u8 *param2); }; class UnkStruct_020386d8_24 { diff --git a/include/Unknown/UnkStruct_ov000_020c0c08.hpp b/include/Unknown/UnkStruct_ov000_020c0c08.hpp new file mode 100644 index 00000000..69054538 --- /dev/null +++ b/include/Unknown/UnkStruct_ov000_020c0c08.hpp @@ -0,0 +1,21 @@ +#pragma once + +#include "global.h" +#include "types.h" + +#include "System/SysNew.hpp" +#include "Unknown/UnkStruct_0202e1a0.hpp" + +class UnkStruct_ov000_020c0c08 : public SysObject { +public: + /* 00 (vtable) */ + /* 04 */ unk32 mUnk_04; + /* 08 */ u8 *mUnk_08; + /* 0c */ UnkStruct_0202e1a0 mUnk_0c; + /* 24 */ + + /* 00 */ virtual ~UnkStruct_ov000_020c0c08(); + /* 08 */ + + UnkStruct_ov000_020c0c08(unk32 param1, u8 *param2); +}; |
