mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
16 lines
437 B
C
16 lines
437 B
C
|
/****************************************************************************
|
||
|
* TitleBrowser
|
||
|
* USB Loader GX 2009
|
||
|
*
|
||
|
* TitleBrowser.h
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _TITLEBROWSER_H_
|
||
|
#define _TITLEBROWSER_H_
|
||
|
|
||
|
///opens a window with a custom option browser in it populated with
|
||
|
//! type is the type of chnnel to put in the list
|
||
|
int TitleBrowser(u32 type);
|
||
|
|
||
|
#endif
|