Adds a missing function declaration.

This commit is contained in:
Travis Goodspeed 2021-09-09 16:08:50 -04:00
parent 8de574422f
commit 17645b576a

View File

@ -9,6 +9,9 @@ void submenu_draw();
//! Change the selected applet.
int submenu_keypress(char c);
//! Lets a keypress fall through from the clock to the select submenu applet.
int submenu_fallthrough(char ch);
//! On exit, set the submenu app.
int submenu_exit();