From 900cb3561405d385c70fc57c94e46bc1e4fa178b Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 28 Aug 2014 18:08:32 +0000 Subject: Tox: actions support (messages started with '/me') git-svn-id: http://svn.miranda-ng.org/main/trunk@10334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/Tox/src/common.h') 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 #include #include +#include #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 -- cgit v1.2.3