pcsx2/windows/cheats/cheats.h
2007-04-02 01:06:17 +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