#ifndef INITIAL_MENU_H #define INITIAL_MENU_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void initial_menu_init(); extern void initial_menu_cleanup(); #ifdef __cplusplus } #endif #endif