usbloadergx/source/prompts/gameinfo.h

17 lines
387 B
C
Raw Normal View History

/****************************************************************************
* PromptWindows
* USB Loader GX 2009
*
* PromptWindows.h
***************************************************************************/
#ifndef _GAMEINFO_H_
#define _GAMEINFO_H_
#include "usbloader/disc.h"
int showGameInfo(int selectedGame, struct discHdr *header);
2010-09-24 02:48:03 +02:00
bool save_gamelist(int txt);
#endif