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 0000000..c02a42c
--- /dev/null
+++ b/apps/plugins/clock/clock_menu.h
@@ -0,0 +1,7 @@
+
+#ifndef _CLOCK_MENU_
+#define _CLOCK_MENU_
+
+bool main_menu(void);
+
+#endif /* _CLOCK_MENU_ */