diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-04 19:00:03 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-04 19:00:03 +0000 |
commit | c814aae8a9ba7f85996792b9c283fcd6605e11ff (patch) | |
tree | 480da7d4b69ba386c28dbe717105d741df8f85eb /plugins/XSoundNotify/src/xsn_utils.h | |
parent | 5729f9c9a82d120cfd4a7eeb8b7297ac52a8332b (diff) |
added support of all accounts (not only icq and jabber)
not use atl
can play mp3 and others (bass_interface.dll required)
plugin settings moved to options
added relative path support
git-svn-id: http://svn.miranda-ng.org/main/trunk@4306 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/XSoundNotify/src/xsn_utils.h')
-rw-r--r-- | plugins/XSoundNotify/src/xsn_utils.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/XSoundNotify/src/xsn_utils.h b/plugins/XSoundNotify/src/xsn_utils.h deleted file mode 100644 index b0d2b60411..0000000000 --- a/plugins/XSoundNotify/src/xsn_utils.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _XSN_UTILS_H
-#define _XSN_UTILS_H
-
-void initModuleConvertTable(ModuleConvertTable &table);
-
-bool isReceiveMessage(LPARAM event);
-
-std::tstring getContactSound(HANDLE contact);
-ModuleString getContactModule(HANDLE contact);
-
-std::tstring getIcqContactId(HANDLE contact, const ModuleString &module);
-std::tstring getJabberContactId(HANDLE contact, const ModuleString &module);
-
-
-#endif
|