mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
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;*/
|
||||
}
|
Reference in New Issue
Block a user