From fe45ee7e366565d94d71facb3e04cd3d4a870758 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Aug 2023 09:29:33 -0400 Subject: open menu working under new system --- ted-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ted-internal.h') diff --git a/ted-internal.h b/ted-internal.h index bb76a3c..83a088d 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -283,6 +283,7 @@ typedef struct { } FileEntry; struct FileSelector { + char title[32]; Selector sel; Rect bounds; u32 n_entries; @@ -797,6 +798,8 @@ void macro_add(Ted *ted, Command command, const CommandArgument *argument); void macros_free(Ted *ted); // === menu.c === +void menu_init(Ted *ted); +void menu_quit(Ted *ted); void menu_update(Ted *ted); void menu_render(Ted *ted); /// move to next/previous command -- cgit v1.2.3