mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
16 lines
322 B
C
16 lines
322 B
C
/****************************************************************************
|
|
* FCE Ultra
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric 2009
|
|
*
|
|
* cheatmgr.h
|
|
*
|
|
* Cheat handling
|
|
***************************************************************************/
|
|
|
|
void SetupCheats();
|
|
void OpenGameGenie();
|
|
|
|
extern int numcheats;
|