mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
16 lines
366 B
C
16 lines
366 B
C
|
/****************************************************************************
|
||
|
* HomebrewBrowse
|
||
|
* USB Loader GX 2009
|
||
|
*
|
||
|
* Homebrew launcher for USB Loader GX
|
||
|
*
|
||
|
* homebrewbrowse.h
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _HOMEBREWBROWSE_H_
|
||
|
#define _HOMEBREWBROWSE_H_
|
||
|
|
||
|
int MenuHomebrewBrowse();
|
||
|
|
||
|
#endif
|