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

@@ -24,11 +24,9 @@
#include "InputInit.hxx"
#include "InputStream.hxx"
#include "audio_format.h"
extern "C" {
#include "tag_ape.h"
}
#include "tag_handler.h"
#include "TagId3.hxx"
#include "ApeTag.hxx"
#include <glib.h>