diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-01-26 23:54:14 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-01-26 23:54:14 +0100 |
| commit | 1518fbfa8042ab241dc037f77739594bc11a964e (patch) | |
| tree | 658ffbd10fe57b29cc741e482e5650764d8421ad /include/DTCM | |
| parent | 2107619c79f2044cc3efff596e6d032f0d5ad99e (diff) | |
more vfuncs progress
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e103c.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/DTCM/UnkStruct_027e103c.hpp b/include/DTCM/UnkStruct_027e103c.hpp index c95f759a..f4a51c4a 100644 --- a/include/DTCM/UnkStruct_027e103c.hpp +++ b/include/DTCM/UnkStruct_027e103c.hpp @@ -18,6 +18,18 @@ struct UnkStruct_027e103c { /* 24 */ u8 mUnk_24; /* 25 */ unk8 mUnk_25[7]; /* 2c */ + + void func_ov000_020cf284(unk32, unk32); + + unk32 func_ov000_020cf4bc(void); + unk8* func_ov000_020cef9c(void); + void func_ov000_020cfb38(void); + unk32 func_ov000_020cf488(void); + void func_ov000_020cfa24(void); + void func_ov000_020cfe40(unk32, unk32); + void func_ov005_02104028(unk32); + unk32 func_ov000_020cf0bc(void); + void func_ov005_02103f8c(unk32*); }; extern UnkStruct_027e103c *data_027e103c; |
