tag_id3: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 20:25:45 +02:00
parent ba161ec572
commit dd5ba062cc
9 changed files with 72 additions and 81 deletions

View File

@@ -28,10 +28,10 @@
#include "input_stream.h"
#include "DecoderPlugin.hxx"
#include "DecoderList.hxx"
#include "TagId3.hxx"
extern "C" {
#include "tag_ape.h"
#include "tag_id3.h"
#include "tag_handler.h"
}