diff options
Diffstat (limited to 'plugins/XSoundNotify/src/Common.h')
-rw-r--r-- | plugins/XSoundNotify/src/Common.h | 14 |
1 files changed, 13 insertions, 1 deletions
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_Data> 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);
|