mirror of
https://github.com/mogzol/sharpii.git
synced 2025-02-19 19:52:48 +01:00
10 lines
111 B
C
10 lines
111 B
C
![]() |
#ifndef _MENU_H_
|
||
|
#define _MENU_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
void Menu_Loop(void);
|
||
|
void LoadSelectedIOS(void);
|
||
|
|
||
|
#endif
|
||
|
|