diff options
| author | jdflyer <jdflyer10@gmail.com> | 2023-01-21 16:47:18 -0700 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2023-01-21 16:47:18 -0700 |
| commit | 0fb9c6d98f0ffc797764edc942329baba5becc19 (patch) | |
| tree | e1eda95aa4fdd7caeba26ed4a604aa2c14a1ab37 /include/JSystem/J2DGraph | |
| parent | 2f764d277f50653b02fba34f38171473d4217ce6 (diff) | |
d_menu_map_common progress
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index 04cbb143cd..fe6649981b 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -21,7 +21,13 @@ enum J2DRotateAxis { /* 0x7A */ ROTATE_Z = 'z' }; -enum J2DBasePosition {}; +enum J2DBasePosition { + J2DBasePosition_0, + J2DBasePosition_1, + J2DBasePosition_2, + J2DBasePosition_3, + J2DBasePosition_4, +}; struct J2DPaneHeader { /* 0x0 */ u32 mKind; |
