mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2025-07-17 15:37:36 +02:00
14 lines
240 B
C
14 lines
240 B
C
#ifndef _MENU_H_
|
|
#define _MENU_H_
|
|
|
|
/* Prototypes */
|
|
void WaitPrompt(const char *prompt);
|
|
u32 WaitButtons(void);
|
|
void WiiLightControl (int state);
|
|
void Menu_Loop(void);
|
|
void SetPriiloaderOption(bool enabled);
|
|
bool MenuTestDevice();
|
|
|
|
#endif
|
|
|