mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 09:19:17 +01:00
9e79c9d99b
* code cleanup
14 lines
323 B
C
14 lines
323 B
C
/****************************************************************************
|
|
* Settings
|
|
* USB Loader GX 2009
|
|
*
|
|
* settings.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _SETTINGS_H_
|
|
#define _SETTINGS_H_
|
|
|
|
int MenuSettings();
|
|
int GameSettings( struct discHdr * header );
|
|
#endif
|