winamp/Src/Winamp/AdData.h

17 lines
187 B
C
Raw Normal View History

2024-09-24 13:54:57 +01:00
#ifndef NULLSOFT_ADDATAH
#define NULLSOFT_ADDATAH
struct ad_data
{
ad_data();
~ad_data();
char *strCurtain;
int cbCurtain;
/*
char *strBrowser;
size_t cbBrowser;
*/
};
#endif