mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-03 10:05:05 +01:00
17 lines
378 B
C
17 lines
378 B
C
/****************************************************************************
|
|
* HomebrewBrowse
|
|
* USB Loader GX 2009
|
|
*
|
|
* Homebrew launcher for USB Loader GX
|
|
*
|
|
* homebrewbrowse.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _HOMEBREWBROWSE_H_
|
|
#define _HOMEBREWBROWSE_H_
|
|
|
|
int roundup(float number);
|
|
int MenuHomebrewBrowse();
|
|
|
|
#endif
|