14 lines
342 B
C
14 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
|