9e79c9d99b
* code cleanup
13 lines
302 B
C
13 lines
302 B
C
/****************************************************************************
|
|
* Cheat Menu
|
|
* USB Loader GX 2009
|
|
*
|
|
* cheatmenu.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _CHEATMENU_H_
|
|
#define _CHEATMENU_H_
|
|
|
|
int CheatMenu( const char * gameID );
|
|
|
|
#endif
|