diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-10 22:42:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 22:42:30 +0100 |
commit | e8d0b49a6864d6077a5d7b1c123c49481fe14bfe (patch) | |
tree | d9c489014e94856bc94273499ea7b5eca66ac0dc /include/list_menu_cursor.h | |
parent | 68013d52ebaf7094a782260d97888e9cb6b1d172 (diff) | |
parent | bf8b0b7a9f33de9de350927b5c4001909da3c889 (diff) |
Merge pull request #401 from PikalaxALT/pikalax_work
[LEAK-INFORMED] Match and document funcs in unk_02016B94.c
Diffstat (limited to 'include/list_menu_cursor.h')
-rw-r--r-- | include/list_menu_cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/list_menu_cursor.h b/include/list_menu_cursor.h index e4a4b6b9..a2337e9a 100644 --- a/include/list_menu_cursor.h +++ b/include/list_menu_cursor.h @@ -1,7 +1,7 @@ #ifndef POKEDIAMOND_LIST_MENU_CURSOR_H #define POKEDIAMOND_LIST_MENU_CURSOR_H -#include "unk_02016B94.h" +#include "bg_window.h" // TODO: Move to its own header, and fill it out struct ListMenuCursor |