mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-07-26 21:37:32 +02:00
18 lines
433 B
C
18 lines
433 B
C
/****************************************************************************
|
|
* PromptWindows
|
|
* USB Loader GX 2009
|
|
*
|
|
* PromptWindows.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _GAMEINFO_H_
|
|
#define _GAMEINFO_H_
|
|
|
|
#include "usbloader/disc.h"
|
|
|
|
int showGameInfo(int selectedGame, struct discHdr *header);
|
|
bool save_gamelist(bool bCSV);
|
|
char *readable_size(float size, char *buf);
|
|
|
|
#endif
|