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,14 +29,11 @@
#include "tag.h"
#include "tag_handler.h"
#include "TagId3.hxx"
#include "ApeTag.hxx"
#include "Song.hxx"
#include "TagFile.hxx"
#include "cue/CueParser.hxx"
extern "C" {
#include "tag_ape.h"
}
#include <glib.h>
#include <assert.h>
#include <string.h>