9 lines
76 B
C

#ifndef MENU_H__
#define MENU_H__
void menu_load (void);
#endif