mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
14 lines
309 B
C
14 lines
309 B
C
/****************************************************************************
|
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric August 2008
|
|
*
|
|
* cheatmgr.h
|
|
*
|
|
* Cheat handling
|
|
***************************************************************************/
|
|
|
|
void SetupCheats();
|
|
|
|
extern SCheatData Cheat;
|