2006-07-19 05:57:00 +00:00
|
|
|
//--
|
|
|
|
//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);
|
|
|
|
|
2006-07-18 02:53:36 +00:00
|
|
|
void ConfigCheats(HWND hParent);
|
2006-07-19 05:57:00 +00:00
|
|
|
void DoGGConv();
|
|
|
|
void SetGGConvFocus(int address,int compare);
|
|
|
|
//void ConfigAddCheat(HWND wnd); //bbit edited:commented out this line
|