diff options
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#ifndef _MENU_H__ +#define _MENU_H__ + +#include "config.h" +#include "libpicofe/menu.h" + +int menu_init(void); +void menu_loop(void); +void menu_finish(void); + +#endif |