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/tox_options.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 protocols/Tox/src/tox_options.h (limited to 'protocols/Tox/src/tox_options.h') diff --git a/protocols/Tox/src/tox_options.h b/protocols/Tox/src/tox_options.h new file mode 100644 index 0000000000..19b61d6710 --- /dev/null +++ b/protocols/Tox/src/tox_options.h @@ -0,0 +1,10 @@ +#ifndef _TOX_OPTIONS_H_ +#define _TOX_OPTIONS_H_ + +struct ItemInfo +{ + int iItem; + HWND hwndList; +}; + +#endif //_TOX_OPTIONS_H_ \ No newline at end of file -- cgit v1.2.3