summaryrefslogtreecommitdiff
path: root/plugins/ListeningTo/players/foobar.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-22 23:55:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-22 23:55:23 +0000
commitf6a9dc6e0bc5fe02e9ad6c9b047a1af874423ea3 (patch)
tree7596d8861d5e8d157abfd9ec5e640a8e2ac89101 /plugins/ListeningTo/players/foobar.cpp
parent4ca47cd69c780d25f3403a777fdbbdca8a01bdf2 (diff)
adding ListeningTo YM
git-svn-id: http://svn.miranda-ng.org/main/trunk@138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ListeningTo/players/foobar.cpp')
-rw-r--r--plugins/ListeningTo/players/foobar.cpp35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/ListeningTo/players/foobar.cpp b/plugins/ListeningTo/players/foobar.cpp
new file mode 100644
index 0000000000..4eca0084b7
--- /dev/null
+++ b/plugins/ListeningTo/players/foobar.cpp
@@ -0,0 +1,35 @@
+/*
+Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
+
+This is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public
+License as published by the Free Software Foundation; either
+version 2 of the License, or (at your option) any later version.
+
+This is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with this file; see the file license.txt. If
+not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
+*/
+
+
+#include "..\\commons.h"
+
+static TCHAR *wcs[] = {
+ _T("{DA7CD0DE-1602-45e6-89A1-C2CA151E008E}/1"), // Foobar 0.9.1
+ _T("{DA7CD0DE-1602-45e6-89A1-C2CA151E008E}"),
+ _T("{97E27FAA-C0B3-4b8e-A693-ED7881E99FC1}"), // Foobar 0.9.5.3
+ _T("{E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}"), // Foobar Columns UI
+};
+
+Foobar::Foobar()
+{
+ name = _T("foobar2000");
+ window_classes = wcs;
+ num_window_classes = MAX_REGS(wcs);
+}