summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-15 20:00:52 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-15 20:00:52 +0300
commit47b79689fcbe77ab19eb577487ef70642fa291f7 (patch)
tree0a3b3c0679346ff1d49f6f7f898f71001459de47 /plugins/NewStory/src/utils.h
parentb210af86bcfb49c791ef8f74f0791ff6d36763bd (diff)
fixes #4720 (NewStory: встроить функциональность MessageState)
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r--plugins/NewStory/src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h
index d6bfb0ad2f..1858c34d9c 100644
--- a/plugins/NewStory/src/utils.h
+++ b/plugins/NewStory/src/utils.h
@@ -13,3 +13,5 @@ void UrlAutodetect(CMStringW &str);
void RemoveBbcodes(CMStringW &pwszText);
Bitmap* LoadImageFromResource(HINSTANCE, int, const wchar_t *);
+
+int SmartSendEvent(int iEvent, MCONTACT hContact, LPARAM lParam);