APL/APL1.1/SAE11_2021/menu.h

6 lines
56 B
C
Raw Normal View History

2021-12-07 15:52:12 +01:00
#ifndef _MENU_H
#define _MENU_H
2021-12-09 11:26:52 +01:00
int DrawMenu();
2021-12-07 15:52:12 +01:00
#endif