diff options
| author | Aetias <aetias@outlook.com> | 2024-10-21 23:32:28 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-21 23:32:28 +0200 |
| commit | 52d4fce35141121262d0a93b64f2f778ef89767a (patch) | |
| tree | 15fae458daba6132b86e56d4d9e39581b0bb76ec /include/DTCM | |
| parent | a62cc074e93cdd77605bddcd145a96d3cfa7618d (diff) | |
Decomp `ActorManager`
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e103c.hpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/DTCM/UnkStruct_027e103c.hpp b/include/DTCM/UnkStruct_027e103c.hpp new file mode 100644 index 00000000..c95f759a --- /dev/null +++ b/include/DTCM/UnkStruct_027e103c.hpp @@ -0,0 +1,23 @@ +#pragma once + +#include "global.h" +#include "types.h" + +struct UnkStruct_027e103c { + /* 00 */ unk32 mUnk_00; + /* 04 */ unk32 mUnk_04; + /* 08 */ unk32 mUnk_08; + /* 0c */ unk32 mUnk_0c; + /* 10 */ unk32 mUnk_10; + /* 14 */ unk16 *mUnk_14; + /* 18 */ unk32 mUnk_18; + /* 1c */ unk16 mUnk_1c; + /* 1e */ unk16 mUnk_1a; + /* 20 */ unk16 mUnk_20; + /* 22 */ s16 mUnk_22; + /* 24 */ u8 mUnk_24; + /* 25 */ unk8 mUnk_25[7]; + /* 2c */ +}; + +extern UnkStruct_027e103c *data_027e103c; |
