diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +// deals with all of ted's menus ("open" menu, "save as" menu, etc.) + #include "ted.h" static void menu_close_with_next(Ted *ted, Menu next) { |