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/tox_options.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/tox_options.h')
-rw-r--r-- | protocols/Tox/src/tox_options.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |