summaryrefslogtreecommitdiff
path: root/win32/gui/Win32.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-09 09:04:04 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-09 09:04:04 +0000
commit70d1ec4e0111c02c71b417136aae37a43983ba10 (patch)
tree7fd643ecc809a519b0f07e62392be21f47d74714 /win32/gui/Win32.h
parentf17e942cc9e95674fbfe63c98d0af793b9aeb9b2 (diff)
downloadpcsxr-70d1ec4e0111c02c71b417136aae37a43983ba10.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@24786 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui/Win32.h')
-rw-r--r--win32/gui/Win32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/gui/Win32.h b/win32/gui/Win32.h
index 419fe553..805d6de4 100644
--- a/win32/gui/Win32.h
+++ b/win32/gui/Win32.h
@@ -36,11 +36,16 @@ extern char cfgfile[256];
extern int Running;
extern char PcsxDir[256];
+void strcatz(char *dst, char *src);
+
LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
BOOL CALLBACK ConfigureMcdsDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK ConfigureCpuDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK ConfigureNetPlayDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
+LRESULT WINAPI CheatDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
+LRESULT WINAPI CheatSearchDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
void ConfigurePlugins(HWND hWnd);
int Open_File_Proc(char *file);