diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-05 11:43:58 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-05 19:09:49 +0100 |
| commit | d6bbbf2db6bd078a887138506bec5abcc36b3020 (patch) | |
| tree | ed21da6d5dcf2db20e4022830903b5ba19443c87 /include/main.h | |
| parent | d18fed1fb9d52eb8c4be311d3c55bf4d29893d93 (diff) | |
Improve LayerStruct
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/main.h b/include/main.h index f7ab29c4..c5e0c0c5 100644 --- a/include/main.h +++ b/include/main.h @@ -82,8 +82,8 @@ typedef struct { } UI; static_assert(sizeof(UI) == 0x3b4); -extern Main gMain; /**< Main instance. */ -extern UI gUnk_02032EC0; /**< UI instance. */ +extern Main gMain; /**< Main instance. */ +extern UI gUI; /**< UI instance. */ /** * Program entry point. |
