fceugx/source/cheatmgr.h

17 lines
344 B
C
Raw Normal View History

2009-07-22 01:58:45 +00:00
/****************************************************************************
2009-07-22 02:05:49 +00:00
* FCE Ultra
2009-07-22 01:58:45 +00:00
* Nintendo Wii/Gamecube Port
*
* Tantric 2009
*
* cheatmgr.h
*
* Cheat handling
***************************************************************************/
void SetupCheats();
2009-10-07 06:59:10 +00:00
bool FindGameGenie();
void OpenGameGenie();
2009-07-22 01:58:45 +00:00
extern int numcheats;