decoder_list: convert to C++

This commit is contained in:
Max Kellermann
2013-01-30 17:18:48 +01:00
parent 8142080633
commit 01dd540d7e
14 changed files with 25 additions and 30 deletions

View File

@@ -29,10 +29,10 @@ extern "C" {
#include "fs/Path.hxx"
#include "tag.h"
#include "input_stream.h"
#include "decoder_plugin.h"
#include "DecoderList.hxx"
extern "C" {
#include "decoder_list.h"
#include "decoder_plugin.h"
#include "tag_ape.h"
#include "tag_id3.h"
#include "tag_handler.h"