summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-06 09:29:33 -0400
committerpommicket <pommicket@gmail.com>2023-08-06 09:29:33 -0400
commitfe45ee7e366565d94d71facb3e04cd3d4a870758 (patch)
tree6768a388ae2faf8b1e14575758dc40693bea2da4 /ted.h
parent518851c0cde788a807e640377a7093ab4e8c5b5f (diff)
open menu working under new system
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 1213724..7b9afa9 100644
--- a/ted.h
+++ b/ted.h
@@ -793,6 +793,8 @@ void macro_stop_recording(Ted *ted);
void macro_execute(Ted *ted, u32 index);
// === menu.c ===
+/// register a new menu
+void menu_register(Ted *ted, const MenuInfo *infop);
void menu_close(Ted *ted);
void menu_open(Ted *ted, const char *menu_name);
void menu_open_with_context(Ted *ted, const char *menu_name, void *context);