APL/APL1.1/SAE11_2021/menu.h
2021-12-09 11:26:52 +01:00

6 lines
56 B
C

#ifndef _MENU_H
#define _MENU_H
int DrawMenu();
#endif