summaryrefslogtreecommitdiff
path: root/apps/plugins/clock/clock_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/clock/clock_menu.h')
-rw-r--r--apps/plugins/clock/clock_menu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/clock/clock_menu.h b/apps/plugins/clock/clock_menu.h
new file mode 100644
index 0000000000..c02a42ce2a
--- /dev/null
+++ b/apps/plugins/clock/clock_menu.h
@@ -0,0 +1,7 @@
1
2#ifndef _CLOCK_MENU_
3#define _CLOCK_MENU_
4
5bool main_menu(void);
6
7#endif /* _CLOCK_MENU_ */