From 7ebc990573da8a08c58c1092ed126357c44804f5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Aug 2013 15:47:08 +0000 Subject: - added sounds for the protocols' state change; - visual code moved to the separate files; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@5603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/Common.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'plugins/XSoundNotify/src/Common.h') diff --git a/plugins/XSoundNotify/src/Common.h b/plugins/XSoundNotify/src/Common.h index bec554f4aa..c71dd34a4a 100644 --- a/plugins/XSoundNotify/src/Common.h +++ b/plugins/XSoundNotify/src/Common.h @@ -33,4 +33,16 @@ struct XSN_Data _tcsncpy(path, _path, SIZEOF(path)); ignore = _ignore; } -}; \ No newline at end of file +}; + +extern LIST XSN_Users; + +extern HINSTANCE hInst; +extern HANDLE hChangeSoundDlgList; +extern BYTE isIgnoreSound, isOwnSound; + +bool IsSuitableProto(PROTOACCOUNT* pa); + +INT OptInit(WPARAM wParam, LPARAM lParam); + +INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3