From 4ffd0909f7990643a0253849d46a750bd9f3233b Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 22 Feb 2015 21:14:05 +0000 Subject: Tox: some code for group chats git-svn-id: http://svn.miranda-ng.org/main/trunk@12241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 5e2953ca62..9d4b7dfedc 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -29,6 +29,10 @@ #include #include #include +#include +#include +#include +#include #include #include @@ -38,6 +42,7 @@ #include "version.h" #include "resource.h" #include "tox_address.h" +#include "tox_options.h" #include "tox_transfer.h" #include "tox_proto.h" @@ -54,6 +59,7 @@ extern HINSTANCE g_hInstance; #define TOX_SETTINGS_ID "ToxID" #define TOX_SETTINGS_DNS "DnsID" +#define TOX_SETTINGS_CHAT_ID "ChatID" #define TOX_SETTINGS_GROUP "DefaultGroup" #define TOX_SETTINGS_AVATAR_HASH "AvatarHash" -- cgit v1.2.3