diff options
Diffstat (limited to 'protocols/Tox/src/tox_icons.h')
-rw-r--r-- | protocols/Tox/src/tox_icons.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_icons.h b/protocols/Tox/src/tox_icons.h new file mode 100644 index 0000000000..919050c631 --- /dev/null +++ b/protocols/Tox/src/tox_icons.h @@ -0,0 +1,12 @@ +#ifndef _TOX_ICONS_H_
+#define _TOX_ICONS_H_
+
+struct IconInfo
+{
+ TCHAR *Description;
+ char *Name;
+ int IconId;
+ HANDLE Handle;
+};
+
+#endif //_TOX_ICONS_H_
\ No newline at end of file |