diff options
author | pommicket <pommicket@gmail.com> | 2023-08-06 09:29:33 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-06 09:29:33 -0400 |
commit | fe45ee7e366565d94d71facb3e04cd3d4a870758 (patch) | |
tree | 6768a388ae2faf8b1e14575758dc40693bea2da4 /ted.h | |
parent | 518851c0cde788a807e640377a7093ab4e8c5b5f (diff) |
open menu working under new system
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |