/**************************************************************************** * PromptWindows * USB Loader GX 2009 * * PromptWindows.h ***************************************************************************/ #ifndef _GAMEINFO_H_ #define _GAMEINFO_H_ int showGameInfo(int selectedGame); bool save_gamelist(int txt); #endif