diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-28 18:08:32 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-28 18:08:32 +0000 |
commit | 900cb3561405d385c70fc57c94e46bc1e4fa178b (patch) | |
tree | 3f77c180f15589b7911ac4b3ea52eba8c8ab8e03 /protocols/Tox/src/common.h | |
parent | 3a124f929481fbb59c5cb49618fc19c01cd63833 (diff) |
Tox: actions support (messages started with '/me')
git-svn-id: http://svn.miranda-ng.org/main/trunk@10334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index f50d7393d2..545600d409 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -26,6 +26,7 @@ #include <m_icolib.h>
#include <m_userinfo.h>
#include <m_addcontact.h>
+#include <m_message.h>
#include "tox\tox.h"
@@ -41,4 +42,6 @@ extern HINSTANCE g_hInstance; #define TOX_SETTINGS_ID "ToxID"
#define TOX_SETTINGS_GROUP "DefaultGroup"
+#define TOX_DB_EVENT_TYPE_ACTION 10001
+
#endif //_COMMON_H_
\ No newline at end of file |