fceugx/source/cheatmgr.h

17 lines
349 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
*
2023-01-30 22:07:47 +01:00
* Tantric 2009-2023
2009-07-22 01:58:45 +00:00
*
* 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;