mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 23:08:49 -06: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
|
||
|
|