aboutsummaryrefslogtreecommitdiff
path: root/Src/Winamp/AdData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Winamp/AdData.h')
-rw-r--r--Src/Winamp/AdData.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Src/Winamp/AdData.h b/Src/Winamp/AdData.h
new file mode 100644
index 00000000..2596fa48
--- /dev/null
+++ b/Src/Winamp/AdData.h
@@ -0,0 +1,17 @@
+#ifndef NULLSOFT_ADDATAH
+#define NULLSOFT_ADDATAH
+
+struct ad_data
+{
+ ad_data();
+ ~ad_data();
+ char *strCurtain;
+ int cbCurtain;
+ /*
+ char *strBrowser;
+ size_t cbBrowser;
+ */
+};
+
+
+#endif \ No newline at end of file