fceugx/source/cheatmgr.h
2023-01-30 14:07:47 -07:00

17 lines
349 B
C

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