aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputAPI.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 08:34:10 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 08:34:10 +0200
commit648196319f4fe30eb468c1e765f198ef435ad313 (patch)
tree2c9c50e55997b2980fb8d6242a40fcce2cfacfed /src/OutputAPI.hxx
parentc75cb67c4406648314ce2a15daf8b632374d7913 (diff)
downloadmpd-648196319f4fe30eb468c1e765f198ef435ad313.tar.gz
mpd-648196319f4fe30eb468c1e765f198ef435ad313.tar.xz
mpd-648196319f4fe30eb468c1e765f198ef435ad313.zip
output_api: convert to C++
Diffstat (limited to 'src/OutputAPI.hxx')
-rw-r--r--src/OutputAPI.hxx29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/OutputAPI.hxx b/src/OutputAPI.hxx
new file mode 100644
index 000000000..3aa4f7567
--- /dev/null
+++ b/src/OutputAPI.hxx
@@ -0,0 +1,29 @@
+/*
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * http://www.musicpd.org
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef MPD_OUTPUT_API_HXX
+#define MPD_OUTPUT_API_HxX
+
+#include "OutputPlugin.hxx"
+#include "OutputInternal.hxx"
+#include "audio_format.h"
+#include "tag.h"
+#include "conf.h"
+
+#endif