mpd/src/encoder/EncoderAPI.hxx

23 lines
417 B
C++
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright The Music Player Daemon Project
/*
* This header is included by encoder plugins.
*
*/
2013-07-30 09:04:05 +02:00
#ifndef MPD_ENCODER_API_HXX
#define MPD_ENCODER_API_HXX
2013-11-28 11:50:54 +01:00
// IWYU pragma: begin_exports
#include "EncoderInterface.hxx"
2013-07-30 09:04:05 +02:00
#include "EncoderPlugin.hxx"
2020-01-18 20:07:09 +01:00
#include "pcm/AudioFormat.hxx"
2013-09-05 18:22:02 +02:00
#include "tag/Tag.hxx"
#include "config/Block.hxx"
2013-11-28 11:50:54 +01:00
// IWYU pragma: end_exports
#endif