diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-21 19:43:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-21 19:43:41 -0400 |
commit | 70b098f92d46c134388e02bd8c436649fe31e999 (patch) | |
tree | b5da9769e665b58922cf0653a54cc205420a26a0 /include/list_menu.h | |
parent | cdd1aae79156e0f7eaf1d2fd0056ef2af62a7f0e (diff) |
Fix parameterization
Diffstat (limited to 'include/list_menu.h')
-rw-r--r-- | include/list_menu.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/list_menu.h b/include/list_menu.h index 35fc44e6..4cc1d247 100644 --- a/include/list_menu.h +++ b/include/list_menu.h @@ -1,7 +1,7 @@ #ifndef POKEDIAMOND_LIST_MENU_H #define POKEDIAMOND_LIST_MENU_H -#include "text.h" +#include "list_menu_cursor.h" #define LIST_HEADER -3 #define LIST_CANCEL -2 @@ -13,12 +13,6 @@ struct ListMenu; -// TODO: Move to its own header, and fill it out -struct ListMenuCursor -{ - // ??? -}; - struct ListMenuItem { const u16 * text; |