mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
15 lines
330 B
C
15 lines
330 B
C
/****************************************************************************
|
|
* TitleBrowser
|
|
* USB Loader GX 2009
|
|
*
|
|
* TitleBrowser.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _TITLEBROWSER_H_
|
|
#define _TITLEBROWSER_H_
|
|
|
|
int TitleBrowser();
|
|
bool TitleSelector(char output[]);
|
|
|
|
#endif
|