mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 09:19:17 +01:00
9e79c9d99b
* code cleanup
14 lines
302 B
C
14 lines
302 B
C
/****************************************************************************
|
|
* Cheat Menu
|
|
* USB Loader GX 2009
|
|
*
|
|
* cheatmenu.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _CHEATMENU_H_
|
|
#define _CHEATMENU_H_
|
|
|
|
int CheatMenu( const char * gameID );
|
|
|
|
#endif
|