Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
13
Src/Winamp/AdData.cpp
Normal file
13
Src/Winamp/AdData.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "main.h"
|
||||
#include "AdData.h"
|
||||
|
||||
ad_data::ad_data()
|
||||
:strCurtain(0), cbCurtain(0)/*, strBrowser(0), cbBrowser(0)*/
|
||||
{
|
||||
}
|
||||
|
||||
ad_data::~ad_data()
|
||||
{
|
||||
delete[] strCurtain; cbCurtain=0;
|
||||
/*delete[] strBrowser; cbBrowser=0;*/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue