tag_file: convert to C++

This commit is contained in:
Max Kellermann
2013-01-26 01:18:12 +01:00
parent 86b0adc82c
commit 3203a7dd8c
4 changed files with 12 additions and 8 deletions

View File

@@ -29,9 +29,9 @@
#include "tag.h"
#include "tag_handler.h"
#include "song.h"
#include "TagFile.hxx"
extern "C" {
#include "tag_file.h"
#include "tag_ape.h"
#include "tag_id3.h"
#include "cue/cue_parser.h"