summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/src/tox_options.h')
-rw-r--r--protocols/Tox/src/tox_options.h10
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