usbloadergx/source/prompts/gameinfo.h
lustar.mii 6a6f02ecf8
2009-09-26 17:15:09 +00:00

16 lines
383 B
C

/****************************************************************************
* PromptWindows
* USB Loader GX 2009
*
* PromptWindows.h
***************************************************************************/
#ifndef _GAMEINFO_H_
#define _GAMEINFO_H_
int showGameInfo(char *ID);
bool save_XML_URL();
bool save_gamelist(int txt);
void MemInfoPrompt();
#endif