summaryrefslogtreecommitdiff
path: root/include/list_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-21 19:43:41 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-21 19:43:41 -0400
commit70b098f92d46c134388e02bd8c436649fe31e999 (patch)
treeb5da9769e665b58922cf0653a54cc205420a26a0 /include/list_menu.h
parentcdd1aae79156e0f7eaf1d2fd0056ef2af62a7f0e (diff)
Fix parameterization
Diffstat (limited to 'include/list_menu.h')
-rw-r--r--include/list_menu.h8
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;