snes9xgx/source/ngc/cheatmgr.h

15 lines
329 B
C
Raw Normal View History

/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* Tantric August 2008
*
* cheatmgr.h
*
* Cheat handling
***************************************************************************/
2009-03-11 18:28:37 +01:00
#include "cheats.h"
void SetupCheats();
2008-10-28 06:13:24 +01:00
extern SCheatData Cheat;