mirror of
https://github.com/mogzol/sharpii.git
synced 2024-11-14 14:45:05 +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
|
||
|
|