ape: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 20:31:27 +02:00
parent dd5ba062cc
commit 96b763067e
12 changed files with 77 additions and 102 deletions

View File

@@ -29,9 +29,9 @@
#include "DecoderPlugin.hxx"
#include "DecoderList.hxx"
#include "TagId3.hxx"
#include "ApeTag.hxx"
extern "C" {
#include "tag_ape.h"
#include "tag_handler.h"
}