fceux/drivers/win/cheat.h

12 lines
349 B
C
Raw Normal View History

//--
//mbg merge 7/18/06 had to make these extern
extern int CheatWindow,CheatStyle; //bbit edited: this line added
extern HWND hCheat;
void RedoCheatsLB(HWND hwndDlg);
void ConfigCheats(HWND hParent);
void DoGGConv();
void SetGGConvFocus(int address,int compare);
//void ConfigAddCheat(HWND wnd); //bbit edited:commented out this line