summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/common.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-16 17:26:20 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-16 17:26:20 +0000
commit63afce56f08e031e45a6a33f56af0f312c8bfc91 (patch)
tree0cca881dcd3b05a80879c97d33c6de9e7b4919cd /protocols/Tox/src/common.h
parent2e93497d5b19b4fc46f84cb18267bce357e48747 (diff)
Tox: added tox icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@10204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r--protocols/Tox/src/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h
index 71a16fb1ae..d47f2401bf 100644
--- a/protocols/Tox/src/common.h
+++ b/protocols/Tox/src/common.h
@@ -21,6 +21,8 @@
#include <m_clist.h>
#include <m_options.h>
#include <m_netlib.h>
+#include <m_popup.h>
+#include <m_icolib.h>
#include "tox\tox.h"
@@ -30,6 +32,8 @@
extern HINSTANCE g_hInstance;
+#define MODULE "Tox"
+
#define TOX_SETTINGS_ID "ToxID"
#define TOX_SETTINGS_ADDRES "ToxAddress"
#define TOX_SETTINGS_GROUP "DefaultGroup"