mpd/src/decoder/Domain.hxx

10 lines
204 B
C++
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright The Music Player Daemon Project
2012-08-08 21:54:54 +02:00
#ifndef MPD_DECODER_DOMAIN_HXX
#define MPD_DECODER_DOMAIN_HXX
2012-08-08 21:54:54 +02:00
extern const class Domain decoder_domain;
2012-08-08 21:54:54 +02:00
#endif