summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_options.h
blob: 19b61d67109d9b1db0203b72b52218150fb70f72 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _TOX_OPTIONS_H_
#define _TOX_OPTIONS_H_

struct ItemInfo
{
	int iItem;
	HWND hwndList;
};

#endif //_TOX_OPTIONS_H_