fceugx/source/cheatmgr.h

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