diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-02-22 21:14:05 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-02-22 21:14:05 +0000 |
commit | 4ffd0909f7990643a0253849d46a750bd9f3233b (patch) | |
tree | a0a004674fcd9ad0600f7c1ae5728bea499f9db0 /protocols/Tox/src/common.h | |
parent | 0e8ffa6f388f28411decbcc6fe6c834029830714 (diff) |
Tox: some code for group chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@12241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <m_message.h>
#include <m_avatars.h>
#include <m_skin.h>
+#include <m_chat.h>
+#include <m_genmenu.h>
+#include <m_clc.h>
+#include <m_clistint.h>
#include <tox.h>
#include <toxdns.h>
@@ -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"
|