fceugx/source/cheatmgr.h

17 lines
344 B
C
Raw Normal View History

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