usbloadergx/source/prompts/gameinfo.h
giantpune 9e79c9d99b * remove little unused code
* code cleanup
2010-09-18 23:16:05 +00:00

17 lines
424 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