Files
YAWM-ModMii-Edition/source/menu.h
2025-02-12 21:28:36 -05:00

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