mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
17 lines
187 B
C
17 lines
187 B
C
|
#ifndef NULLSOFT_ADDATAH
|
||
|
#define NULLSOFT_ADDATAH
|
||
|
|
||
|
struct ad_data
|
||
|
{
|
||
|
ad_data();
|
||
|
~ad_data();
|
||
|
char *strCurtain;
|
||
|
int cbCurtain;
|
||
|
/*
|
||
|
char *strBrowser;
|
||
|
size_t cbBrowser;
|
||
|
*/
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif
|