2022-09-11 10:48:44 +02:00

9 lines
84 B
C

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