pcsx2/windows/cheats/cheats.h
zerofrog df521ae24f 0.9.4 release
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.4@186 96395faa-99c1-11dd-bbfe-3dabce05a288
2007-11-11 02:55:00 +00:00

19 lines
376 B
C

#ifndef CHEATS_H_INCLUDED
#define CHEATS_H_INCLUDED
#ifndef __cplusplus
typedef enum ebool
{
false,
true
} bool;
#endif
extern HINSTANCE pInstance;
extern bool FirstShow;
void AddCheat(HINSTANCE hInstance, HWND hParent);
void ShowFinder(HINSTANCE hInstance, HWND hParent);
void ShowCheats(HINSTANCE hInstance, HWND hParent);
#endif//CHEATS_H_INCLUDED