summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-20 22:06:26 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-20 22:06:26 +0300
commit335a494074e464e8f7f6e90f195bcd7339518a89 (patch)
tree6c45877f941ff83dea633a791c202f33edc87557 /plugins/ExternalAPI
parent33aa78b58cd86f9b8e38032ff157ff614c23d73c (diff)
initial smiley support
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_NewStory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_NewStory.h b/plugins/ExternalAPI/m_NewStory.h
index 00bf7b6e44..c2690e313b 100644
--- a/plugins/ExternalAPI/m_NewStory.h
+++ b/plugins/ExternalAPI/m_NewStory.h
@@ -23,6 +23,8 @@ enum
//
NSM_SET_OPTIONS, // options were changed
+ NSM_IMAGE_LOADED,
+
NSM_LAST
};