mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
62fa4e4285
There are lots of fields that are wrong/missing on the xml but don't tell us about it. Somebody else (Lustar) will be in charge of keeping up with it.
15 lines
342 B
C
15 lines
342 B
C
/****************************************************************************
|
|
* PromptWindows
|
|
* USB Loader GX 2009
|
|
*
|
|
* PromptWindows.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _GAMEINFO_H_
|
|
#define _GAMEINFO_H_
|
|
|
|
|
|
int showGameInfo(char *ID, u8 *headerID);
|
|
void eatADick();
|
|
#endif
|