aboutsummaryrefslogtreecommitdiff
path: root/Src/Winamp/AdData.h
blob: 2596fa482e94d36338d86cf5de7079fde635fb92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef NULLSOFT_ADDATAH
#define NULLSOFT_ADDATAH

struct ad_data
{
	ad_data();
	~ad_data();
	char *strCurtain;  
	int cbCurtain;
	/*
	char *strBrowser;
	size_t cbBrowser;
	*/
};


#endif