summaryrefslogtreecommitdiff
path: root/include/list_menu_cursor.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-22 17:05:58 +0100
committerGitHub <noreply@github.com>2021-05-22 17:05:58 +0100
commit1e7dcfbf615f387c3b4a8a7577ff36dd57922f60 (patch)
tree9a4e1be7cbadd711196e5efa1fafb9bfd2bba843 /include/list_menu_cursor.h
parent98f11489806b6dba4c6080c5429b2368d3092541 (diff)
parentde6f8fc978e5297d3f425d2d6c8517e9bb8e75ff (diff)
Merge pull request #378 from PikalaxALT/pikalax_work
list_menu; Try matching FUN_0202EFE4
Diffstat (limited to 'include/list_menu_cursor.h')
-rw-r--r--include/list_menu_cursor.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/list_menu_cursor.h b/include/list_menu_cursor.h
new file mode 100644
index 00000000..355c63ec
--- /dev/null
+++ b/include/list_menu_cursor.h
@@ -0,0 +1,17 @@
+#ifndef POKEDIAMOND_LIST_MENU_CURSOR_H
+#define POKEDIAMOND_LIST_MENU_CURSOR_H
+
+#include "window.h"
+
+// TODO: Move to its own header, and fill it out
+struct ListMenuCursor
+{
+ // ???
+};
+
+extern struct ListMenuCursor * ListMenuCursorNew(u32 heap_id);
+extern void ListMenuUpdateCursorObj(struct ListMenuCursor *, struct Window *, u8 x, u8 y);
+extern void ListMenuCursorSetColor(struct ListMenuCursor *, u32);
+extern void DestroyListMenuCursorObj(struct ListMenuCursor *);
+
+#endif // POKEDIAMOND_LIST_MENU_CURSOR_H