mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
43a43473d2
*Corrected/Synchronized some text parts/languages (thx Cyan) *Fixed swapped text on cover download *Removed custom wiitdb link creation (not needed anymore since the full file is now used)
15 lines
347 B
C
15 lines
347 B
C
/****************************************************************************
|
|
* PromptWindows
|
|
* USB Loader GX 2009
|
|
*
|
|
* PromptWindows.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _GAMEINFO_H_
|
|
#define _GAMEINFO_H_
|
|
|
|
int showGameInfo(char *ID);
|
|
bool save_gamelist(int txt);
|
|
void MemInfoPrompt();
|
|
#endif
|