fceugx/source/cheatmgr.h
2022-01-09 09:40:41 -07:00

17 lines
349 B
C

/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
* Tantric 2009-2022
*
* cheatmgr.h
*
* Cheat handling
***************************************************************************/
void SetupCheats();
bool FindGameGenie();
void OpenGameGenie();
extern int numcheats;