diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-09 17:57:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-09 17:57:16 +0000 |
commit | ab807bf3e87863ef97412faf83dc2cac697d6a23 (patch) | |
tree | 74cb1861e535603e8fb5ef81da68714c653c3141 /protocols/Tox/src/common.h | |
parent | 681ba8556e859f38a0d7c910e9d40a9a917b3280 (diff) |
use more nodes
git-svn-id: http://svn.miranda-ng.org/main/trunk@10138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 00d98984d8..479bf8fbef 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -14,17 +14,12 @@ #include <m_database.h>
#include <m_langpack.h>
+#include "tox\tox.h"
+
#include "version.h"
#include "resource.h"
-
-#include "tox\tox.h"
+#include "tox_proto.h"
extern HINSTANCE g_hInstance;
-#define BOOTSTRAP_ADDRESS "23.226.230.47"
-#define BOOTSTRAP_PORT 33445
-#define BOOTSTRAP_KEY "A09162D68618E742FFBCA1C2C70385E6679604B2D80EA6E84AD0996A1AC8A074"
-
-#include "tox_proto.h"
-
#endif //_COMMON_H_
\ No newline at end of file |