mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 20:45:07 +01:00
15 lines
343 B
C
15 lines
343 B
C
|
/****************************************************************************
|
||
|
* SettingsPrompts
|
||
|
* USB Loader GX 2009
|
||
|
*
|
||
|
* SettingsPrompts.h
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _SETTINGSPROMPTS_H_
|
||
|
#define _SETTINGSPROMPTS_H_
|
||
|
|
||
|
bool MenuOGG();
|
||
|
int MenuLanguageSelect();
|
||
|
|
||
|
#endif
|