usbloadergx/source/prompts/gameinfo.h

15 lines
334 B
C
Raw Normal View History

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