2010-01-19 11:48:50 +01:00
|
|
|
#ifndef _MENUS_H
|
|
|
|
#define _MENUS_H
|
|
|
|
|
|
|
|
#include "libwiigui/gui.h"
|
2010-02-15 00:22:52 +01:00
|
|
|
#include "libwiigui/gui_bgm.h"
|
2010-01-19 11:48:50 +01:00
|
|
|
#include "language/gettext.h"
|
|
|
|
#include "prompts/PromptWindows.h"
|
|
|
|
#include "menu.h"
|
|
|
|
#include "gecko.h"
|
|
|
|
#include "filelist.h"
|
|
|
|
#include "sys.h"
|
|
|
|
|
|
|
|
extern void ResumeGui();
|
|
|
|
extern void HaltGui();
|
|
|
|
extern GuiWindow * mainWindow;
|
2010-02-15 00:22:52 +01:00
|
|
|
extern GuiBGM * bgMusic;
|
2010-01-19 11:48:50 +01:00
|
|
|
extern u8 shutdown;
|
|
|
|
extern u8 reset;
|
|
|
|
|
|
|
|
int MenuInstall();
|
|
|
|
int MenuDiscList();
|
|
|
|
int MenuFormat();
|
|
|
|
int MenuCheck();
|
|
|
|
|
|
|
|
#endif // _MENUS_H
|