mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
17 lines
418 B
C
17 lines
418 B
C
/****************************************************************************
|
|
* PromptWindows
|
|
* USB Loader GX 2009
|
|
*
|
|
* PromptWindows.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _GAMEINFO_H_
|
|
#define _GAMEINFO_H_
|
|
|
|
int showGameInfo(char *ID);
|
|
void build_XML_URL(char *XMLurl, int XMLurlsize);
|
|
bool save_XML_URL();
|
|
bool save_gamelist(int txt);
|
|
void MemInfoPrompt();
|
|
#endif
|