mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 17:59:16 +01:00
16 lines
383 B
C
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
|