mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 16:35:16 +01:00
15 lines
329 B
C
15 lines
329 B
C
/****************************************************************************
|
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric August 2008
|
|
*
|
|
* cheatmgr.h
|
|
*
|
|
* Cheat handling
|
|
***************************************************************************/
|
|
#include "cheats.h"
|
|
|
|
void SetupCheats();
|
|
|
|
extern SCheatData Cheat;
|