summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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);