mapper: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 22:43:56 +01:00
parent 43cbbe111b
commit d65ad1bf15
19 changed files with 31 additions and 35 deletions

View File

@@ -25,9 +25,9 @@ extern "C" {
}
#include "directory.h"
#include "Mapper.hxx"
extern "C" {
#include "mapper.h"
#include "decoder_list.h"
#include "decoder_plugin.h"
#include "tag_ape.h"