fceugx/source/cheatmgr.h
2021-01-06 12:13:49 -08:00

17 lines
349 B
C

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