diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-27 00:03:05 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-27 00:11:15 +0100 |
| commit | eda6ecfb9a70fb287fa073ccdcf347226fd7d353 (patch) | |
| tree | 9ca31f86a677ba703f7ca6d5822666e2e48dc039 /include/structures.h | |
| parent | abe6053a4f3dcaa511035baba764609464eadc46 (diff) | |
Decompile FigurineDevice
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/structures.h b/include/structures.h index eba95243..a9c77886 100644 --- a/include/structures.h +++ b/include/structures.h @@ -146,4 +146,9 @@ typedef struct { } OAMControls; extern OAMControls gOAMControls; +typedef struct { + union SplitWord _0; + union SplitWord _4; +} struct_020227E8; + #endif |
