16 lines
383 B
C
Raw Normal View History

/****************************************************************************
* PromptWindows
* USB Loader GX 2009
*
* PromptWindows.h
***************************************************************************/
#ifndef _GAMEINFO_H_
#define _GAMEINFO_H_
2009-06-20 00:32:10 +00:00
int showGameInfo(char *ID);
bool save_XML_URL();
bool save_gamelist(int txt);
2009-09-26 17:15:09 +00:00
void MemInfoPrompt();
#endif