mirror of
https://github.com/Brawl345/customizemii.git
synced 2024-12-13 01:42:35 +01:00
9 lines
83 B
C
9 lines
83 B
C
|
#ifndef _MENU_H_
|
||
|
#define _MENU_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
void Menu_Loop(void);
|
||
|
|
||
|
#endif
|
||
|
|